refactor: reorganize modules and add Linux build tooling
This commit is contained in:
10
module/base/cms/test/comment/comment_add.http
Normal file
10
module/base/cms/test/comment/comment_add.http
Normal 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."
|
||||
|
||||
}
|
||||
7
module/base/cms/test/comment/comment_del.http
Normal file
7
module/base/cms/test/comment/comment_del.http
Normal file
@@ -0,0 +1,7 @@
|
||||
POST http://127.0.0.1:12409/Cms.Post/DeleteComment
|
||||
Cms-Type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
"identity": "01JRW67QBCJ4NQ9TPPXW4RCY8Z"
|
||||
}
|
||||
8
module/base/cms/test/comment/comment_list.http
Normal file
8
module/base/cms/test/comment/comment_list.http
Normal 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
|
||||
}
|
||||
11
module/base/cms/test/comment/comment_modify.http
Normal file
11
module/base/cms/test/comment/comment_modify.http
Normal 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": "我觉得都不咋地"
|
||||
}
|
||||
9
module/base/cms/test/comment/desc_comment_like.http
Normal file
9
module/base/cms/test/comment/desc_comment_like.http
Normal 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"
|
||||
|
||||
}
|
||||
9
module/base/cms/test/comment/desc_comment_unlike.http
Normal file
9
module/base/cms/test/comment/desc_comment_unlike.http
Normal 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"
|
||||
|
||||
}
|
||||
8
module/base/cms/test/comment/incr_comment_like.http
Normal file
8
module/base/cms/test/comment/incr_comment_like.http
Normal 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"
|
||||
|
||||
}
|
||||
9
module/base/cms/test/comment/incr_comment_unlike.http
Normal file
9
module/base/cms/test/comment/incr_comment_unlike.http
Normal 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"
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user