{
"status": 1,
"reward_chat": 0.11,
"reward_robot": 1,
"video_duration": 1
}
curl --location --request POST '/adminapi/market.regReward/save' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"reward_chat": 0.11,
"reward_robot": 1,
"video_duration": 1
}'
{
"code": 1,
"show": 1,
"msg": "操作成功",
"data": []
}