You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
后台:
1. 价格计算参数、吃水深度计算参数;
2. 短信通知、模版消息/订阅消息;
3. 初审之后就可以预约;
4. 退款处理流程
前台: ( 新增的三个接口在swagger的[用户端系统设置](https://xukoushuniu.115.langye.net/swagger/#/用户端系统设置))
-1. “总吨位”改成“载重吨位”,直接给出价格算法和结果,分别在填写船舶信息、查看船舶信息、预约界面展示;
2. 船检簿示例及文字说明,通过接口获取,展示在录入船舶信息的页面;
3. 订阅消息( 优先级低, 相关文档请参照公众号订阅消息文档, 后端接口暂未提供) : ( 1) _v39TguWNu6ALEpdXSuy8hHFep0m4NrARAutSvl5sRE, 预约成功之后订阅, 后台排班确认后触发
_v39TguWNu6ALEpdXSuy8hHFep0m4NrARAutSvl5sRE

( 1) 4ydgM4-nHNOfYiotYFmvxZR_fOwHlQcgc-aXu4KZ8Hs, 支付成功之后订阅, 后台开始检票后触发

4. 初次进入页面未自动登录的BUG: 初次进入首页的时候, 携带了code但是没有自动登录。
5. 水位信息展示修改:通过/api/customer/setting/get-water-level获取数据, 前端展示水位和吃水深度
其他:
1. 操作手册
2. 上线节点梳理
3. 后台用户清单