简要描述:
- 入驻商品下单
请求域名:
- http://xx.com
请求URL:
GET:plugin.enter-goods.frontend.order.create
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
goods | 是 | [goods] | 下单商品信息 |
goods 参数名 | 类型 | 说明 | |
---|---|---|---|
goods_id | 是 | int | 下单商品id |
total | 是 | int | 下单商品数量 |
option_id | 否 | int | 下单商品规格 |
返回示例:
正确时返回:
支付宝
{
"result":1,
"msg":"成功",
"data":"https://mapi.alipay.com/gateway.do?_input_charset=utf-8&body=%E6%B5%8B%E8%AF%95%E5%95%86%E5%93%811%3A5&exter_invoke_ip=116.22.248.228¬ify_url=https%3A%2F%2Fdev2.yunzshop.com%2Faddons%2Fyun_shop%2Fpayment%2Falipay%2FnotifyUrl.php&out_trade_no=PN20181204141517un&partner=2088521001193925&payment_type=1&return_url=https%3A%2F%2Fdev2.yunzshop.com%2Faddons%2Fyun_shop%2Fpayment%2Falipay%2FreturnUrl.php&seller_email=weiping%40yunzshop.com&service=create_direct_pay_by_user&subject=%E6%B5%8B%E8%AF%95%E5%95%86%E5%93%811&total_fee=0.01&sign=bfd2fbb39f83b296269c2e53cc55dba7&sign_type=MD5"
}
错误时返回:
{
"result": 0,
"msg": "错误数据"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
order_data | [order] | 订单信息 |
total_dispatch_price | float | 订单总运费 |
total_price | float | 订单总价 |
redirect_url | string | 支付成功跳转页地址 |
order参数名 | 类型 | 说明 |
---|---|---|
order_goods | [order_goods] | 商品id |
|order_goods参数名|类型|说明|
备注:
- 更多返回错误代码请看首页的错误代码描述