Authorization: Bearer ********************{
"appId": "mslx-plugin-chat-sync",
"name": "MSLX 聊天互通插件",
"icon": "https://www.mslmc.cn/logo.png",
"shortDesc": "实现游戏内聊天与 QQ 群的实时互通。",
"details": "# 聊天互通插件\n\n这是详细的 Markdown 介绍内容...\n\n## 功能特性\n* 双向同步\n* 支持图片发送"
}curl --location --request POST '/api/apps/edit' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "mslx-plugin-chat-sync",
"name": "MSLX 聊天互通插件",
"icon": "https://www.mslmc.cn/logo.png",
"shortDesc": "实现游戏内聊天与 QQ 群的实时互通。",
"details": "# 聊天互通插件\n\n这是详细的 Markdown 介绍内容...\n\n## 功能特性\n* 双向同步\n* 支持图片发送"
}'{
"code": 200,
"message": "插件资料编辑成功,请等待审核!",
"data": {
"appId": "mslx-plugin-chat-sync"
}
}