我的订单售详情
GET
/json/user/order_detail.json
接口描述
我的订单详情
请求参数
参数名
类型
描述
必填
id
int
订单ID
必填
响应参数
参数名
类型
描述
必填
id
int
订单ID
必填
sn
string
订单号
必填
status
string
订单状态, wait:待付款, send:待收货, complate:已完成
必填
total
int
购买商品量
必填
money
float
订单金额
必填
payment
string
付款方式
必填
cdate
string
下单日期
必填
ctime
string
下单时间
必填