Commit eda686da eda686da3ab503bcd597c78acb36995ca2b32185 by 牛先锋

测试一下调用接口

1 parent db320afe
......@@ -405,7 +405,7 @@
'Content-Type': 'application/x-www-form-urlencoded'
}
}
this.$http.get('/tool2/smsCode?'+this.$qs.stringify({
this.$http.get('/tool2/smsCode2?'+this.$qs.stringify({
phone: this.smsCode222.phone,
code: this.smsCode222.code
}),config).then((res)=>{
......