Authorization: Bearer ********************{
"appId": "mslx-plugin-chat-sync",
"versionName": "1.0.5-Release",
"downloadUrl": "https://github.com/MSLTeam/mslx-plugin-chat/releases/download/v1.0.5/plugin.jar",
"changelog": "## v1.0.5 更新日志\n\n- 修复了跨服聊天时偶尔断联的问题\n- 优化了内存占用\n- 增加了管理员强踢指令"
}curl --location --request POST '/api/apps/versions/create' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "mslx-plugin-chat-sync",
"versionName": "1.0.5-Release",
"downloadUrl": "https://github.com/MSLTeam/mslx-plugin-chat/releases/download/v1.0.5/plugin.jar",
"changelog": "## v1.0.5 更新日志\n\n- 修复了跨服聊天时偶尔断联的问题\n- 优化了内存占用\n- 增加了管理员强踢指令"
}'{"code":200,"message":"新版本提交成功,请等待审核!","data":null}