Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinExpress/LocalBusiness/CgibinExpressLocalBusinessDeliveryGetAllResponse.json

15 lines
270 B
JSON
Raw Normal View History

2021-05-28 19:27:38 +08:00
{
"resultcode": 0,
"resultmsg": "ok",
"list": [
{
"delivery_id": "SFTC",
"delivery_name": "顺发同城"
},
{
"delivery_id": "MTPS",
"delivery_name": "美团配送"
}
]
2022-05-06 20:29:27 +08:00
}