[TOC]
简要描述
请求URL
请求方式
参数
参数名 |
类型 |
说明 |
id |
int |
id |
product_name |
string |
套餐名称 |
product_description |
string |
套餐描述 |
price |
float |
价格 |
product_day |
int |
产品天 |
product_order |
int |
排序 |
product_code |
string |
套餐编号 |
请求示例
{
"id":4,
"product_name":"7天试用版",
"product_description":"7天试用版,免费用7天",
"price":888.88,
"product_day":7,
"status":1,
"product_order":1,
"product_code":"P001"
}
返回示例
{
"code": "0",
"msg": "Success",
"data": "1"
}
返回参数说明
备注