feat: import services and standardize Go 1.26.5
This commit is contained in:
33
apps/base/cms/test/post/post_add.http
Normal file
33
apps/base/cms/test/post/post_add.http
Normal file
@@ -0,0 +1,33 @@
|
||||
POST http://127.0.0.1:12409/Cms.Post/Create
|
||||
Cms-Type: application/json
|
||||
Authorization: {{BSM_TOKEN}}
|
||||
|
||||
{
|
||||
|
||||
"category_identity_array": [
|
||||
"0196d1a7-4cc9-776c-a01a-ee154b43ffb7"
|
||||
],
|
||||
"tags_identity_array": [
|
||||
"0196d1a7-4cc9-776c-a01a-ee154b43ffb7"
|
||||
],
|
||||
"accessory_data": [
|
||||
{
|
||||
"title": "GoodWe",
|
||||
"file_path": "https://cbu01.alicdn.com/img/ibank/O1CN01yPvMqB1ChLCbapHcQ_!!2213030850112-0-cib.jpg",
|
||||
}
|
||||
],
|
||||
"title": " Enhancing Your GoodWe System with New Firmware",
|
||||
"cover_path": "https://cbu01.alicdn.com/img/ibank/O1CN01yPvMqB1ChLCbapHcQ_!!2213030850112-0-cib.jpg",
|
||||
"author": "漫画爱好者",
|
||||
"author_identity": "",
|
||||
"Cms": " Enhancing Your GoodWe System with New FirmwareCms:Just a quick reminder to check for the latest firmware updates for your GoodWe inverter. These updates can significantly improve the performance and features of your monitoring platform. With new firmware, you can enjoy better data accuracy, faster processing, and additional functionalities like remote control and dynamic electricity price monitoring. Don't miss out on these improvements!Support Link: GoodWe Support",
|
||||
"targetUrl": "https://example.com/comic-adventure-island",
|
||||
"sourceUrl": "https://example.com/comic-adventure-island",
|
||||
"hits": "0",
|
||||
"accessory_identity_array": [
|
||||
"0196619c-d5ae-7832-a6f3-78cef4fb1c14"
|
||||
],
|
||||
"hasAccessory": true,
|
||||
"description": " Enhancing Your GoodWe System with New Firmware",
|
||||
"key": "47"
|
||||
}
|
||||
Reference in New Issue
Block a user