{
"status":1,
"channel":"chat_ppt",
"price":10
}curl --location --request POST '/adminapi/ppt.setting/basisSave' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status":1,
"channel":"chat_ppt",
"price":10
}'{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}