12345678910111213141516171819 |
- @domain = localhost:8080
- @guestAPI = api/guest
- @phone = 17714208769
-
- @contentForm = application/x-www-form-urlencoded
- @contentJSON = application/json
- # 验证码
-
- GET http://{{domain}}/{{guestAPI}}/captcha?phone={{phone}}
-
-
- ###
- POST http://dev.ycjcjy.com/api-v2/api/guest/wxsignup
- content-type: {{contentForm}}
-
- phone={{phone}}
- &captcha=648633
- &case=1
- &sales=0
|