初始化
开发中
POST
/creator/init
请求参数
Body 参数application/json
guid
string
必需
示例
{
"guid": "{{guid}}"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/creator/init' \
--header 'Content-Type: application/json' \
--data-raw '{
"guid": "{{guid}}"
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{
"err_code": 0,
"data": {
"result": 0,
"success": true
},
"hint": "170564551466507587174555"
}