refactor: reorganize modules and add Linux build tooling
This commit is contained in:
85
module/base/cms/test/pages/create.http
Normal file
85
module/base/cms/test/pages/create.http
Normal file
@@ -0,0 +1,85 @@
|
||||
POST http://127.0.0.1:12409/Cms.PostPages/Create
|
||||
Cms-Type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
|
||||
"tags_identity_array": [
|
||||
"01JRHW8GRW92PHMTRCXF8539PZ"
|
||||
],
|
||||
"title": "热门漫画《冒险岛》更新",
|
||||
"coverPath": "/images/comic_adventure_island_cover.jpg",
|
||||
"author": "漫画爱好者",
|
||||
"authorIdentity": "",
|
||||
"Cms": "<p>这是漫画更新的主要内容,包括新章节介绍和角色分析...</p >",
|
||||
"targetUrl": "https://example.com/comic-adventure-island",
|
||||
"sourceUrl": "https://example.com/comic-adventure-island",
|
||||
"hits": "0",
|
||||
"accessoryIdentityArray": [
|
||||
"0196619c-d5ae-7832-a6f3-78cef4fb1c14"
|
||||
],
|
||||
"hasAccessory": true,
|
||||
"createdAt": "2025-04-23 11:09:00.471257 +0800 CST",
|
||||
"updatedAt": "2025-04-23 15:44:24.365008 +0800 CST",
|
||||
"description": "介绍热门漫画《冒险岛》的最新章节和剧情发展。",
|
||||
"likeHits": "0",
|
||||
"unlikeHits": "0",
|
||||
"commentHits": "0",
|
||||
"type": 10,
|
||||
"rights": "",
|
||||
"key": "222222211",
|
||||
"categoryData": [
|
||||
{
|
||||
"id": "53",
|
||||
"identity": "0196615b-b773-72a8-a00c-37683d0e501a",
|
||||
"parentId": "0",
|
||||
"title": "11",
|
||||
"coverPath": "",
|
||||
"intro": "11111",
|
||||
"createdAt": "",
|
||||
"updatedAt": "",
|
||||
"child": [
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "38",
|
||||
"identity": "019642d5-2e29-7032-b09c-5e6e521e7449",
|
||||
"parentId": "0",
|
||||
"title": "adf阿道夫",
|
||||
"coverPath": "",
|
||||
"intro": "",
|
||||
"createdAt": "",
|
||||
"updatedAt": "",
|
||||
"child": [
|
||||
|
||||
]
|
||||
}
|
||||
],
|
||||
"tags_data": [
|
||||
{
|
||||
"title": "热门漫画",
|
||||
"identity": "01JRHW8GRW92PHMTRCXF8539PZ"
|
||||
}
|
||||
|
||||
],
|
||||
"accessory_data": [
|
||||
{
|
||||
"title": "【哲风壁纸】更科瑠夏-租借女友 (1).png",
|
||||
"file_path": "/images/comic_adventure_island_cover.jpg"
|
||||
}
|
||||
|
||||
],
|
||||
"fileList": [
|
||||
{
|
||||
"url": "/images/comic_adventure_island_cover.jpg"
|
||||
}
|
||||
],
|
||||
"attachment": [
|
||||
{
|
||||
"identity": "0196619c-d5ae-7832-a6f3-78cef4fb1c14",
|
||||
"url": "http://files.apinb.com/123/2025-04/01/01JSGSSNDEWJVBCKNGEP66C1Q4.png",
|
||||
"name": "【哲风壁纸】更科瑠夏-租借女友 (1).png"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user