绘图变化(UPSCALE; VARIATION; REROLL)
POST
/mj/submit/change请求参数
Body 参数application/json
action
enum<string>
必需
UPSCALE(放大); VARIATION(变换); REROLL(重新生成)
枚举值:
UPSCALEVARIATIONREROLL
示例值:
UPSCALE
index
integer <int32>
可选
序号(1~4), action为UPSCALE,VARIATION时必传
>= 1<= 4
示例值:
1
notifyHook
string
可选
回调地址, 为空时使用全局notifyHook
state
string
自定义参数
taskId
string
任务ID
示例值:
1320098173412546
示例
{
"action": "UPSCALE",
"index": 1,
"notifyHook": "string",
"state": "string",
"taskId": "1320098173412546"
}
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
必需
状态码: 1(提交成功), 21(已存在), 22(排队中), other(错误)
示例值:
1
description
string
描述
示例值:
提交成功
properties
object
扩展字段
result
string
任务ID
示例值:
1320098173412546
示例
未设置
最后修改时间: 10 个月前