POST:/Order/Order/CreateProductOrder参数:{ "Type":订单类型, "Name":"产品名称", "ProductId":产品Id, "Count":购买数量, "OpenId":"用户标识"}-- OpenId = 用来标识订单所属的用户返回:{ "message": "成功", "code": 1, "value": { "code": 0, "message": "OK", "orderCode": "订单号", }}
POST:/Order/Order/CreateProductOrder
参数:
{
"Type":订单类型,
"Name":"产品名称",
"ProductId":产品Id,
"Count":购买数量,
"OpenId":"用户标识"
}
-- OpenId = 用来标识订单所属的用户
返回:
"message": "成功",
"code": 1,
"value": {
"code": 0,
"message": "OK",
"orderCode": "订单号",