Commit 6b826073 authored by 赵啸非's avatar 赵啸非

添加站点主题事项

parent 1dd67ccb
...@@ -37,8 +37,8 @@ import java.util.Map; ...@@ -37,8 +37,8 @@ import java.util.Map;
* @author: zxfei * @author: zxfei
* @date: 2022/4/20 9:24 * @date: 2022/4/20 9:24
*/ */
//@Aspect @Aspect
//@Component @Component
@Slf4j @Slf4j
//@Order(1) //@Order(1)
@Profile({"default", "develop", "test"}) @Profile({"default", "develop", "test"})
......
...@@ -15,15 +15,10 @@ client.global.set("authToken", JSON.parse(response.body).data.token); ...@@ -15,15 +15,10 @@ client.global.set("authToken", JSON.parse(response.body).data.token);
###主题列表 ###主题列表
POST {{baseUrl}}/site/theme/list POST {{baseUrl}}/site/theme/list
Authorization: {{authToken}}
Content-Type: application/json Content-Type: application/json
{ {
"siteId":149, "siteId":3,
"userType":"0ee9bm",
"themeCode":"p2seel",
"themeName":"2unqht",
"updatetime":"1669132800000"
"page":1, "page":1,
"size":10 "size":10
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment