gohub.http 484 B

12345678910111213141516171819
  1. ### POST /signup/phone/exist 注册手机号是否已存在
  2. POST {{base_url}}/v1/auth/signup/phone/exist HTTP/1.1
  3. Content-Type: application/json
  4. {
  5. "phone": "15968875425"
  6. }
  7. ### POST /signup/email/exist 注册邮箱是否已存在
  8. POST {{base_url}}/v1/auth/signup/email/exist HTTP/1.1
  9. Content-Type: application/json
  10. {
  11. "email": "ynwdlxm@163.com"
  12. }
  13. ### POST /verify_code/captcha 图片验证码
  14. POST {{base_url}}/v1/auth/verify_code/captcha HTTP/1.1
  15. Content-Type: application/json