简要描述:
- 开品实验室--开品列表
请求域名:
- http://xx.com
请求URL:
POST/plugin.event-registration.api.goods.goods-buy
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
goods_id | 是 | int | 商品id |
total | 是 | int | 固定传1 |
option_id | 是 | int | 固定传0 |
apply_id | 是 | int | 报名记录id,报名接口提交报名成功后返回的id |
请求示例:
{
"goods_id":93629,
"total":1,
"option_id":0,
"apply_id":1}
返回示例:
正确时返回:
数据和商城的订单页面接口一样
错误时返回:
返回参数说明:
参数名 | 类型 | 说明 |
---|
备注:
- 更多返回错误代码请看首页的错误代码描述