测试一下调用接口
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -405,7 +405,7 @@ | ... | @@ -405,7 +405,7 @@ |
| 405 | 'Content-Type': 'application/x-www-form-urlencoded' | 405 | 'Content-Type': 'application/x-www-form-urlencoded' |
| 406 | } | 406 | } |
| 407 | } | 407 | } |
| 408 | this.$http.get('/tool2/smsCode?'+this.$qs.stringify({ | 408 | this.$http.get('/tool2/smsCode2?'+this.$qs.stringify({ |
| 409 | phone: this.smsCode222.phone, | 409 | phone: this.smsCode222.phone, |
| 410 | code: this.smsCode222.code | 410 | code: this.smsCode222.code |
| 411 | }),config).then((res)=>{ | 411 | }),config).then((res)=>{ | ... | ... |
-
Please register or sign in to post a comment