Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
lcq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
楼超奇
lcq
Commits
82a33d7b
Commit
82a33d7b
authored
Aug 17, 2016
by
楼超奇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
3788cd14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
api.txt
api.txt
+11
-3
No files found.
api.txt
View file @
82a33d7b
...
...
@@ -26,7 +26,7 @@ post表示更新保险信息,客户端上传字段如下:
"id_card": str
}
- 订单详情页 返回给客户端保险信息(保单号、保单金额、被保人、出保时间、有效期) 确定h5是否变动
如果
不返回insurance这个字典
,就代表此订单没有购买保险
如果
insurance这个字典为空
,就代表此订单没有购买保险
{
"insurance": {
"credential_id": str
...
...
@@ -81,7 +81,15 @@ post表示更新保险信息,客户端上传字段如下:
}
- 申请退款接口 返回订单是否有保险标志
- 申请退款接口 返回订单是否有保险标志(此为backend历史遗留问题,所有会返回如下信息)
如果insurance这个字典为空,就代表此订单没有购买保险
{
"is_insurance": bool
"insurance": {
"credential_id": str
"hybrid_doc": str
"premium": int
"name": str,
"confirmed_at": str,
"expiration": int // 返回的是天数
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment