{
"id":1,
"title":"卖货教程",
"img":"",
"start_time":"2024-06-01 09:00:00",
"end_time":"2024-09-01 09:00:00",
"type":0,
"micro_page":{
"id":1,
"decorate_name":"模块名称"
},
"is_top":0,
"is_show":0,
"is_notice":0
// type == 1
// "describe":"我是页面描述",
// "color":"#000000",
// "margin":20,
// "content":"我是正文"
}curl --location --request POST '/adminapi/salesman/content/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":1,
"title":"卖货教程",
"img":"",
"start_time":"2024-06-01 09:00:00",
"end_time":"2024-09-01 09:00:00",
"type":0,
"micro_page":{
"id":1,
"decorate_name":"模块名称"
},
"is_top":0,
"is_show":0,
"is_notice":0
// type == 1
// "describe":"我是页面描述",
// "color":"#000000",
// "margin":20,
// "content":"我是正文"
}'{}