refactor: reorganize modules and add Linux build tooling

This commit is contained in:
2026-08-09 12:41:08 +08:00
parent 86024fa81d
commit 5cc5fd92ed
1461 changed files with 4054 additions and 4724 deletions

View File

@@ -0,0 +1,10 @@
POST http://127.0.0.1:12409/Cms.Post/AddComment
Cms-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"post_identity": "0196d7c7-7b32-7ca0-acac-93e7915380ee" ,
"reply_identity": "",
"Cms": "Hey! Maximize your GoodWe system by leveraging the SEMS Portal. Monitor your energy usage, set up alerts for any issues, and use the analytics to adjust settings for optimal efficiency. The User Manual is a great resource for more tips."
}

View File

@@ -0,0 +1,7 @@
POST http://127.0.0.1:12409/Cms.Post/DeleteComment
Cms-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"identity": "01JRW67QBCJ4NQ9TPPXW4RCY8Z"
}

View File

@@ -0,0 +1,8 @@
POST http://127.0.0.1:12409/Cms.Post/CommentList
Cms-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"post_identity": "0196d1e6-6067-730c-8f36-96cc8ba9f07c" ,
"size":10
}

View File

@@ -0,0 +1,11 @@
POST http://127.0.0.1:12409/Cms.Post/ModifyComment
Cms-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"identity":"01JRW63DT0KA4K903QNH0QAW8Y",
"post_identity": "01JRSSMHCRVWCJSEXN045M4TVV" ,
"parent_id": 2 ,
"Cms": "我觉得都不咋地"
}

View File

@@ -0,0 +1,9 @@
POST http://127.0.0.1:12409/Cms.Post/DescCommentLike
Cms-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"op_identity":"01JRY4VBX8GDVN28CZF45XG7WK",
"comment_identity":"01JRW67QBCJ4NQ9TPPXW4RCY8Z"
}

View File

@@ -0,0 +1,9 @@
POST http://127.0.0.1:12409/Cms.Post/DescCommentUnlike
Cms-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"op_identity":"01JRY4VBX8GDVN28CZF45XG7WK",
"comment_identity":"01JRW67QBCJ4NQ9TPPXW4RCY8Z"
}

View File

@@ -0,0 +1,8 @@
POST http://127.0.0.1:12409/Cms.Post/IncrCommentLike
Cms-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"comment_identity":"01JRW67QBCJ4NQ9TPPXW4RCY8Z"
}

View File

@@ -0,0 +1,9 @@
POST http://127.0.0.1:12409/Cms.Post/IncrCommentUnlike
Cms-Type: application/json
Authorization: {{BSM_TOKEN}}
{
"op_identity":"01JRY4VBX8GDVN28CZF45XG7WK",
"comment_identity":"01JRW67QBCJ4NQ9TPPXW4RCY8Z"
}