Commit eda686da eda686da3ab503bcd597c78acb36995ca2b32185 by 牛先锋

测试一下调用接口

1 parent db320afe
...@@ -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)=>{
......