获取创建订单信息
POST
http://39.105.217.42:8081/index/index/getOrder
请求头
参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded
必填
请求参数
application/x-www-form-urlencoded参数名
类型
描述
必填
token
string
1
必填
pid
string
[{"pid":2,"num":1}] json格式 pid 商品id num 商品数量
必填
响应参数
参数名
类型
描述
必填
price
int
示例:1232 价格
必填
pname
string
示例:商品名字
必填
chooseNum
int
示例:2 数量
必填
pid
int
示例:2
必填
img_path
string
示例:http://39.105.217.42:8081/static/img/jieke.webp 图片地址
必填