文档
测试

套餐续费

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

请求参数

参数名
类型
描述
必填
users_id
int
续费用户
必填
product_type
1:个人2:团队
必填
personal
string
图像+视频(固定值)
必填
product_id
int
79:季度套餐;80:年度套餐;166:永久
必填
number
int
当product_type=2时需要填写(必填)团队人数
必填

响应参数

参数名
类型
描述
必填
status
int
示例:1
必填
msg
string
示例:订单生成成功,请支付页面支付
必填
res
object
数据字典
必填
order_code
string
示例:2022113066
必填
order_id
string
示例:4737
必填
renew_order
int
'0:正常订单;1:续费订单'
可选

说明 / 示例

{"status":1,"msg":"订单生成成功,请支付页面支付","res":{"order_code":"2022113066","order_id":"4737",'renew_order':1}}