查看订单
POST
https://shop.szpdc.com/api/shop/showOrder
请求头
参数名
类型
描述
必填
Content-Type
string
示例:application/json
可选
请求参数
参数名
类型
描述
必填
partner_id
int
登录获取的partner_id,示例:14
必填
响应参数
参数名
类型
描述
必填
jsonrpc
string
示例:2.0
必填
id
object
示例:null
必填
state
string
示例:success,failed
必填
msg
string
示例:成功,失败
必填
order_id
int
订单id,示例:2
必填
order_state
string
订单状态,示例:已完成
必填
goods_id
int
商品id,示例:11
必填
count
int
数量,示例:1
必填
img
string
图片,示例:https://shop.szpdc.com/web/content/580
必填
package
string
套餐内容,示例:(08CD)英特尔酷睿i7 14英寸轻薄笔记本电脑 i7-10510U 16G 512GSSD 2G独显 广视角屏
必填
price
int
价格,示例:12972
必填
title
string
标题,示例:联想ThinkPad T14 2020款
必填
createAt
string
下单时间,示例:2020-10-13 02:56:44
必填