Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/Channels/ECQIC/ChannelsECQICInspectSubmitConfigGetResponse.json

53 lines
1.5 KiB
JSON
Raw Normal View History

{
"errcode": 0,
"errmsg": "ok",
"submit_config": {
"delivery_list": [
{
"id": "STO",
"name": "申通快递",
"delivery_products": [
{
"id": 1,
"name": "申通快递",
"enable_insure": 2,
"insure_type_list": []
}
]
},
{
"id": "SF",
"name": "顺丰速运",
"delivery_products": [
{
"id": 2,
"name": "顺丰标快",
"enable_insure": 1,
"insure_type_list": [
{
"id": "INSURE",
"name": "基础保",
"upper_limit_type": 1,
"upper_limit_amount": 1000
}
]
},
{
"id": 247,
"name": "顺丰电商标快",
"enable_insure": 2,
"insure_type_list": []
}
]
}
],
"inspect_org_list": [
{
"id": "001",
"name": "中质"
}
],
"charge_url": ""
}
}