Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.Api.UnitTests/ModelSamples/CgibinExpress/Intracity/CgibinExpressIntracityAddOrderRequest.json

32 lines
913 B
JSON
Raw Normal View History

{
"wx_store_id": "4000000000000042001",
"store_order_id": "testorder123",
"user_openid": "ozMQO0WsxkA3E56SWBGrLGQ4WVZY",
"user_lng": "116.353093",
"user_lat": "40.01496",
"user_address": "北京市海淀区学清嘉创大厦A座15层",
"user_name": "顺丰同城",
"user_phone": "13881979410",
"callback_url": "https://testcallback.com",
"use_sandbox": 1,
"cargo": {
"cargo_name": "榴莲披萨套餐",
"cargo_type": 1,
"cargo_num": 3,
"cargo_price": 5000,
"cargo_weight": 500,
"item_list": [
{
"item_name": "8寸榴莲",
"count": 1,
"item_pic_url": "https://www.qq.com"
},
{
"item_name": "可口可乐",
"count": 2,
"item_pic_url": "https://www.qq.com"
}
]
}
}