Authorization: Bearer ********************{
"out_trade_no": "OT177886655443399544",
"receive_contact": "张三",
"receive_phone": "13800138000",
"city": "北京市",
"county": "北京市",
"province": "怀柔区",
"receive_address": "西斗门路3号天堂软件园D幢5楼",
"order_price": 24.00,
"ship_price": 0.00,
"delivery_date": "WorkDay",
"order_detail": [
{
"product_id": "P0000122741",
"product_name": "秘鲁进口红提 1kg",
"quantity": 2,
"price": 12.00
}
]
}curl --location --request POST 'https://open-agent-branch.benlai.com/api/v2/Order/create' \
--header 'channel: benlai' \
--header 'shopId: 123' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"out_trade_no": "OT177886655443399544",
"receive_contact": "张三",
"receive_phone": "13800138000",
"city": "北京市",
"county": "北京市",
"province": "怀柔区",
"receive_address": "西斗门路3号天堂软件园D幢5楼",
"order_price": 24.00,
"ship_price": 0.00,
"delivery_date": "WorkDay",
"order_detail": [
{
"product_id": "P0000122741",
"product_name": "秘鲁进口红提 1kg",
"quantity": 2,
"price": 12.00
}
]
}'{
"code": 0,
"msg": "success",
"value": {
"trade_no": "P201904281205357746347224963",
"create_date": "20190428120535",
"expire": 600
}
}