{
// 模块ID, 注意有mcode的才是模块,zoneCode是区域
"module_id": 38,
// 富文本字符串
"content": "<p><span class=\"ql-size-large\">123</span><span class=\"ql-size-small\">small</span></p>",
"images": [
{
// 1是图片 2是视频 默认是1; 图片数组按顺序排列就是sort
"type": 1,
"image": "https://filedownload.qiaoxuesi.com/yunying-admin-upload/rc-upload-1733809100550-3WechatIMG286.jpg"
},
{
"type": 1,
"image": "https://filedownload.qiaoxuesi.com/yunying-admin-upload/rc-upload-1733809100550-3WechatIMG286.jpg"
}
]
}curl --location 'https://api.gankaotest2.com/api-yunying/GKZoneModules/editBannerAndContent' \
--header 'Cookie: Cookie_1=value; student=11188475,a7e7f2ccac18db3ccf2ce39ca20a8947,nihao' \
--header 'Content-Type: application/json' \
--data '{
// 模块ID, 注意有mcode的才是模块,zoneCode是区域
"module_id": 38,
// 富文本字符串
"content": "<p><span class=\"ql-size-large\">123</span><span class=\"ql-size-small\">small</span></p>",
"images": [
{
// 1是图片 2是视频 默认是1; 图片数组按顺序排列就是sort
"type": 1,
"image": "https://filedownload.qiaoxuesi.com/yunying-admin-upload/rc-upload-1733809100550-3WechatIMG286.jpg"
},
{
"type": 1,
"image": "https://filedownload.qiaoxuesi.com/yunying-admin-upload/rc-upload-1733809100550-3WechatIMG286.jpg"
}
]
}'{}