Commit ce1f48ab authored by 楼超奇's avatar 楼超奇

modify

parent 867f2172
......@@ -51,20 +51,36 @@ post表示更新保险信息,客户端上传字段如下:
}
- 我的订单页面(订单列表页) 每个订单都返回有没有购买保险
由于会返回两种格式,一种是结算单格式,一种是订单格式
结算单格式返回结果 {
结算单格式返回结果
{
"settlement": [
{
"is_insurance": bool
}
},
{
"is_insurance": bool
}
...
]
}
订单格式返回结果
{
"is_insurance": bool
"orders": [
{
"order": {
"is_insurance": bool
}
},
{
"order": {
"is_insurance": bool
}
}
...
]
}
- 申请退款接口 返回订单是否有保险标志
{
"is_insurance": bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment