请求方式 POST 请求路径 api/MyMini/AddLipei
申请理赔提交
URI 参数说明
None.
Json字符串 参数说明:Body Data
LipeiModel
字段 | 说明 | 类型 | 备注说明 |
---|---|---|---|
ImgList |
理赔图片 |
Collection of LipeiImgsModel |
None. |
Id |
Id |
integer |
None. |
LipNo |
理赔编号 |
string |
None. |
OrderId |
订单号 |
string |
None. |
CustomerId |
用户id |
integer |
None. |
CompanyId |
分栈id |
integer |
None. |
SupGoodsSkuId |
商品sku |
string |
None. |
GoodsCount |
商品数量 |
integer |
None. |
PayableMoney |
商品金额 |
decimal number |
None. |
XdTime |
下单时间,即shop_order的AddTime |
date |
None. |
LipMoney |
理赔金额 |
decimal number |
None. |
Status |
状态 -1-审核失败(驳回) 0-审核中 1-申请成功(通过) 2-理赔完成 |
integer |
None. |
StatusTxt | string |
None. |
|
AddTime |
申请时间 |
date |
None. |
UpdateTime |
UpdateTime |
date |
None. |
UpdateUser |
UpdateUser |
string |
None. |
LinkMan |
客户名称 联系人 |
string |
None. |
Mobile |
客户手机号 |
string |
None. |
Nickname |
昵称 |
string |
None. |
CustomerCompany |
店铺名称 |
string |
None. |
CompanyName |
分栈 |
string |
None. |
SkuName |
商品名称 |
string |
None. |
imgs | Collection of LipeiImgsModel |
None. |
|
logs | Collection of LipeiLogModel |
None. |
请求格式:application/json, text/json
application/json
Sample:
{ "ImgList": [ { "Id": 1, "LipNo": "sample string 2", "Path": "sample string 3" }, { "Id": 1, "LipNo": "sample string 2", "Path": "sample string 3" } ], "Id": 1, "LipNo": "sample string 2", "OrderId": "sample string 3", "CustomerId": 4, "CompanyId": 5, "SupGoodsSkuId": "sample string 6", "GoodsCount": 7, "PayableMoney": 8.0, "XdTime": "2025-07-03 18:26:52", "LipMoney": 10.0, "Status": 11, "StatusTxt": "审核中", "AddTime": "2025-07-03 18:26:52", "UpdateTime": "2025-07-03 18:26:52", "UpdateUser": "sample string 14", "LinkMan": "sample string 15", "Mobile": "sample string 16", "Nickname": "sample string 17", "CustomerCompany": "sample string 18", "CompanyName": "sample string 19", "SkuName": "sample string 20", "imgs": [ { "Id": 1, "LipNo": "sample string 2", "Path": "sample string 3" }, { "Id": 1, "LipNo": "sample string 2", "Path": "sample string 3" } ], "logs": [ { "Id": 1, "LipNo": "sample string 2", "Remark": "sample string 3", "AddUser": "sample string 4", "AddTime": "2025-07-03 18:26:52" }, { "Id": 1, "LipNo": "sample string 2", "Remark": "sample string 3", "AddUser": "sample string 4", "AddTime": "2025-07-03 18:26:52" } ] }
得到响应信息说明
申请理赔提交
ResponseResult字段 | 说明 | 类型 | 备注说明 |
---|---|---|---|
ResponseMsg |
返回结果内容描述 |
string |
None. |
ResponseCode |
状态码 0(成功) >0(业务错误) <0(系统错误) -1: 系统错误 100: 字符为空报错 101: 字符类型错误 102: 图片上传失败200: 操作失败300: 缓存验证超时错误 301: 缓存验证码错误 302: token 错误系统不存在,非法操作 303: token 验证超时500: 参数错误 501: 数据为空 502: 存在重复数据 503: 业务验证失败 |
integer |
None. |
Data |
返回的结果集 |
Object |
None. |
响应格式
application/json, text/json
Sample:
{ "ResponseMsg": "sample string 1", "ResponseCode": 2, "Data": {} }