按钮动作 UPSCALE / VARIATION / REROLL / ZOOM 等
POST
/mj/submit/change请求参数
Header 参数
Authorization
string
必需
示例值:
{{KEY}}
Body 参数application/json
customId
string
必需
taskId
string
必需
notifyHook
string
必需
state
string
必需
示例
{
"customId": "MJ::JOB::upsample::2::3dbbd469-36af-4a0f-8f02-df6c579e7011",
"taskId": "14001934816969359",
"notifyHook": "string",
"state": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
description
string
必需
properties
object
必需
result
integer
必需
示例
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
修改于 10 天前