绘图变化(UPSCALE; VARIATION; REROLL)
POST
/mj/submit/change
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
action
string
必需
index
integer <int32>
必需
>= 1<= 4
示例值:
1
notifyHook
string
可选
state
string
自定义参数
taskId
string
任务ID
示例值:
1320098173412546
示例
{
"action": "UPSCALE",
"index": 1,
"notifyHook": "string",
"state": "string",
"taskId": "1320098173412546"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.pro365.top/mj/submit/change' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "UPSCALE",
"index": 1,
"notifyHook": "string",
"state": "string",
"taskId": "1320098173412546"
}'
返回响应
🟢200成功
application/json
Body
code
integer <int32>
必需
示例值:
1
description
string
状态描述
示例值:
提交成功
properties
object
扩展字段
result
integer
任务ID
示例值:
1320098173412546
示例
{
"code": 1,
"description": "提交成功",
"properties": {},
"result": 1320098173412546
}
修改于 2024-04-07 04:05:31