UPSCALE / VARIATION / REROLL
POST
/mj/submit/change请求参数
Header 参数
Authorization
string
必需
示例值:
{{KEY}}
Body 参数application/json
action
string
必需
枚举值:
UPSCALEVARIATIONREROLL
index
integer
必需
notifyHook
string
必需
state
string
必需
taskId
string
必需
示例
{
"action": "UPSCALE",
"index": 1,
"notifyHook": "string",
"state": "string",
"taskId": "1710586687972812"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
description
string
必需
result
string
必需
properties
object
必需
discordChannelId
string
必需
discordInstanceId
string
必需
示例
{
"code": 1,
"description": "提交成功",
"result": "1710587133241153",
"properties": {
"discordChannelId": "1204690409088094219",
"discordInstanceId": "1488127569336270848"
}
}
修改于 6 个月前