diff --git "a/MamaCollege/doc/2.\351\241\271\347\233\256\351\234\200\346\261\202.md" "b/MamaCollege/doc/2.\351\241\271\347\233\256\351\234\200\346\261\202.md" index a230ef489f7f0697fbe9a6320d9ec550a808b240..fa818ebd34ae3a3bcce9af3df92a5410095edd76 100644 --- "a/MamaCollege/doc/2.\351\241\271\347\233\256\351\234\200\346\261\202.md" +++ "b/MamaCollege/doc/2.\351\241\271\347\233\256\351\234\200\346\261\202.md" @@ -171,7 +171,7 @@ - 调整轮播图:保存轮播图数据 请求方式:POST - 请求地址:/admin/resource/image + 请求地址:/admin/resource/carousel 请求参数:轮播图集合,数据格式为:[{id: 48, sort: 1, imageUrl: "xxx", bgColor: "xxx", link: "xxx"}, … ] 成功返回:`{"success": true, "msg": null, "data": null}` diff --git a/MamaCollege/src/main/resources/static/admin/carousel.html b/MamaCollege/src/main/resources/static/admin/carousel.html index ec5765799a9fab02b92e7fb2663735e9010df63d..5353e3039c02ac8a00d5a9da0d4c9153a4c537dc 100644 --- a/MamaCollege/src/main/resources/static/admin/carousel.html +++ b/MamaCollege/src/main/resources/static/admin/carousel.html @@ -99,7 +99,7 @@