ZiKun
curl -X POST \ -H "Content-Type: application/json" \ -H "X-LC-Id: xxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -H "X-LC-Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \ -d '{"username":"hjiang","password":"f32@ds*@&dsa"}' \ https://rclv9fgn.api.lncld.net/1.1/login 但是查询的结果却是空 { "results": [] }
那是执行查询操作后返回的结果,真的不好意思,是我没有描述清楚。 这是login返回的 { "sessionToken": "762cqqvx5obq2ac4ahkw6ps14", "updatedAt": "2019-05-28T11:40:42.888Z", "objectId": "xxxxxxxxxxxxxxxxxxxxx", "username": "xxxxxxxxxxxxxxxxx", "createdAt": "2019-05-28T11:40:42.888Z", "emailVerified": false, "mobilePhoneVerified": false } 然后我…
感谢