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

update

parent a2f10b3e
......@@ -37,6 +37,18 @@ post表示更新保险信息,客户端上传字段如下:
"expiration": int // 返回的是天数
}
}
- 结算单详情页
每个order会包含如下信息,如果insurance这个字典为空,就说明这个订单没有保险
{
"insurance": {
"credential_id": str
"hybrid_doc": str
"premium": int
"name": str,
"confirmed_at": str,
"expiration": int // 返回的是天数
}
}
- 我的订单页面(订单列表页) 每个订单都返回有没有购买保险
{
"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