Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinExpress/LocalBusiness/CgibinExpressLocalBusinessDeliveryGetAllResponse.json
2022-05-06 20:44:39 +08:00

15 lines
270 B
JSON

{
"resultcode": 0,
"resultmsg": "ok",
"list": [
{
"delivery_id": "SFTC",
"delivery_name": "顺发同城"
},
{
"delivery_id": "MTPS",
"delivery_name": "美团配送"
}
]
}