注册
开发中
GET
https://api.chasing.comv1/register
请求参数
Body 参数multipart/form-data
account
string
账号
password
string
密码
code
string
验证码
source
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.chasing.comv1/register' \
--form 'account=""' \
--form 'password=""' \
--form 'code=""' \
--form 'source=""'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
re
boolean
必需
msg
string
必需
示例
{
"code": 0,
"data": {
"re": true
},
"msg": "string"
}
修改于 2024-12-12 07:56:56