{
"interna_template": "您有新的订单通知",
"email_switch": 1,
"email_template": "您有新的订单,请及时处理",
"sms_switch": 1,
"sms_template_id": "SMS_123456",
"sms_template": "您有新订单,订单号:{order_no}",
"wechat_official_switch": 1,
"wechat_official_template_id": "WX_123456",
"wechat_mini_switch": 1,
"wechat_mini_template_id": "WX_MINI_123456"
}curl --location --request PUT '/adminapi/system/notice-tpl/' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'manage-store-id: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"interna_template": "您有新的订单通知",
"email_switch": 1,
"email_template": "您有新的订单,请及时处理",
"sms_switch": 1,
"sms_template_id": "SMS_123456",
"sms_template": "您有新订单,订单号:{order_no}",
"wechat_official_switch": 1,
"wechat_official_template_id": "WX_123456",
"wechat_mini_switch": 1,
"wechat_mini_template_id": "WX_MINI_123456"
}'{
"code": 200,
"msg": "操作成功",
"data": {}
}