根据id修改会员价格
PUT
http://192.168.1.19:5000/member/?id=1
请求参数
参数名
类型
描述
必填
continuous_month_price
float
示例:8.8
必填
no_first_con_month_price
int
示例:17
必填
one_month_price
int
示例:18
必填
three_month_price
int
示例:39
必填
twelve_month_price
int
示例:49
必填
one_month_price_h
int
示例:30
必填
three_month_price_h
int
示例:40
必填
twelve_month_price_h
int
示例:50
必填
name
string
示例:test2
必填
single_price
int
示例:2
必填
single_price_h
int
示例:6
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
data
string
示例:ok
必填
msg
string
示例:
必填