Skip to content
EN

Describe提交参数

字段定义

text
base64
string
图片base64
必需
示例:
data:image/png;base64,xxx
notifyHook
string
可选
回调地址, 为空时使用全局notifyHook
state
string
自定义参数
可选

示例

json
{
    "base64": "data:image/png;base64,xxx",
    "notifyHook": "string",
    "state": "string"
}