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

update 保单号

parent b9a1f559
...@@ -25,10 +25,11 @@ post表示更新保险信息,客户端上传字段如下: ...@@ -25,10 +25,11 @@ post表示更新保险信息,客户端上传字段如下:
"name": str "name": str
"id_card": str "id_card": str
} }
- 订单详情页 返回给客户端保险信息(不需要保单号、保单金额、被保人、出保时间、有效期) 确定h5是否变动 - 订单详情页 返回给客户端保险信息(保单号、保单金额、被保人、出保时间、有效期) 确定h5是否变动
如果不返回insurance这个字典,就代表此订单没有购买保险 如果不返回insurance这个字典,就代表此订单没有购买保险
{ {
"insurance": { "insurance": {
"credential_id": str
"hybrid_doc": str "hybrid_doc": str
"premium": int "premium": int
"name": str, "name": str,
......
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