curl--location--request POST 'http://localhost:6688/app/api/v1/user/price/config?flag=1'
返回响应
🟢200成功
application/json
Body
code
integer
响应码
必需
message
string
响应消息
必需
result
string
套餐名称及价格
必需
示例
{"code":2000,"message":"ok","result": '{"comboName":"Trial","price":"0.89","text":"After 24-hours trial, subscription will be renewed for $39.99 per month.Cancel any time."}'
}