gohub.http 214 B

123456789
  1. ### POST /signup/phone/exist 注册手机号是否已存在
  2. POST http://localhost:3000/v1/auth/signup/phone/exist HTTP/1.1
  3. Content-Type: application/json
  4. {
  5. "phone": "15968875425"
  6. }
  7. ### POST /signup/phone/verify