文档
测试

续费订单详情

POST
http://119.29.162.214:8081/home/Lists/renew_details

请求参数

参数名
类型
描述
必填
users_id
int
下单用户id
必填
order_code
string
订单编号
必填

响应参数

参数名
类型
描述
必填
order_id
int
订单id
必填
order_code
string
订单编号
必填
order_status
int
订单状态:0未付款(已下单),1已付款(待发货),2已发货(待收货),3已完成(确认收货),-1订单取消(已关闭),4订单过期,5:订单不生效
必填
payment_method
int
订单支付方式,0为在线支付,1为货到付款,默认0
必填
order_amount
string
应付金额
必填
product_name
string
套餐名称
必填
due_time
string
到期时间
必填
product_type
int
1:个人2:团队
必填
day
string
订单使用时长(个人为天/团队月)
必填
personal_type
int
1:图片压缩2:视频+图片压缩
必填
renew
int
'0:正常订单;1:续费订单'
必填
status
int
示例:1
必填
msg
string
示例:ok
必填
res
object
数据字典
必填
order_id
int
订单id
必填
order_code
string
订单编号
必填
order_status
int
订单状态:0未付款(已下单),1已付款(待发货),2已发货(待收货),3已完成(确认收货),-1订单取消(已关闭),4订单过期,5:订单不生效
必填
payment_method
int
订单支付方式,0为在线支付,1为货到付款,默认0
必填
order_amount
string
应付金额
必填
product_name
object
套餐名称
必填
due_time
object
到期时间
必填
product_type
int
1:个人2:团队
必填
renew_order
int
'0:正常订单;1:续费订单';2:更换订单,
必填
reduction_price
string
优惠价格
必填
renew_order_code
string
优惠订单
必填

说明 / 示例

{ "status": 1, "msg": "ok", "res": { "order_id": 4738, "order_code": "20221130166977490566", "order_status": 0, "payment_method": 0, "order_amount": "0.16", "product_name": null, "due_time": null, "product_type": 2, "renew_order": 2, "reduction_price": "0.04", "renew_order_code": "20221128166964795763" } }