Commit 867f2172 authored by 楼超奇's avatar 楼超奇

update

parent cf179dc1
...@@ -50,6 +50,18 @@ post表示更新保险信息,客户端上传字段如下: ...@@ -50,6 +50,18 @@ post表示更新保险信息,客户端上传字段如下:
} }
} }
- 我的订单页面(订单列表页) 每个订单都返回有没有购买保险 - 我的订单页面(订单列表页) 每个订单都返回有没有购买保险
由于会返回两种格式,一种是结算单格式,一种是订单格式
结算单格式返回结果 {
"settlement": [
{
"is_insurance": bool
}
{
"is_insurance": bool
}
...
]
订单格式返回结果
{ {
"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