棉花糖扫码生成订单
URL: http://apiwjjtest.cnlive.com/Daren/order/addOrderMHT.action
请求方式: HTTP POST
请求参数说明:
| 参数名 | 参数类型 | 必选 | 参数说明 |
|---|---|---|---|
| appId | String | false | 应用Id |
| sid | Integer | true | 用户Id |
| time | String | true | 时间戳 |
| type | String | true | 商品类型 |
| content | String | true | 内容 |
返回格式: JSON
返回格式样例:
{
"data": {
"darenId": "daren_378258",
"face": "http://wjj.ys1.cnliveimg.com/769/img/2018/0416/head_b.png",
"price": 0.5,
"paymentType": {
"ali": true,
"union": false,
"wechat": true,
"wjj": true
},
"shopName": "粉熊朵朵",
"orderId": "e20f4db7498642d2a39639986daf6e9a"
},
"errorCode": "0",
"errorMessage": "成功"
}