商品立即购买接口
POST
/usercenter/orderCreateSession
接口描述
相应成功以后 用js window.localhost.href 跳转到 /usercenter/order
请求参数
参数名
类型
描述
必填
tag
string
buy_now
必填
sku_id
int
sku_id 属性ID
必填
num
int
购买数量
必填
响应参数
参数名
类型
描述
必填
code
int
200 为相应成功 则可跳转 400 为失败 则不跳转
必填
message
string
对code码的解释
必填