Skip to main content
POST
/
account
/
addUser
cURL
curl --request POST \
  --url https://apiv1.cakeip.com/openapi/account/addUser \
  --header 'Content-Type: application/json' \
  --data '
{
  "appKey": "<string>",
  "params": {
    "username": "<string>",
    "password": "<string>"
  }
}
'
{
  "code": 0,
  "msg": "<string>",
  "data": {}
}

Body

application/json

Plant to add to the store

appKey
string
required

AppKey密钥

params
object
required

动态参数集合

Response

plant response

code
enum<integer>
default:0

状态码,0为操作成功

Available options:
0,
-1
Example:

0

msg
string

响应消息

data
object

响应数据