{
"code": "order_config",
"date_type": 1,
"use_day": 7,
"shop_id":0
}
curl --location --request POST '/adminapi/order/config/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "order_config",
"date_type": 1,
"use_day": 7,
"shop_id":0
}'
{
"code": 0,
"msg": "ok",
"data": {
"errcode": 0,
"message": "设置项更新成功"
}
}