测试注册用户,但是不能识别password字段

利用leanCloud的api测试工具,测试注册用户,但是不能识别password字段
{"username":"ewe",
"password":"123"}
只能识别出username,
错误码是201
信息 - Password is missing or empty.
含义 - 没有提供密码,或者密码为空。

我这边试下来可以 {"username":"ewe", "password":"123"} 创建。

请确认:

  1. api 测试工具是不是 https://leancloud.cn/dashboard/apionline/index.html
  2. body 部分应该直接填 json(不用在大括号外加单引号)

另外您也可以使用 curl 或 postman 等工具测试。
如果习惯使用在线工具,也可以试试 postwoman