|
|
|
@ -189,7 +189,7 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
//短信验证
|
|
|
|
|
SMSverification = () => {
|
|
|
|
|
let {contact_phone,code}=this.state;
|
|
|
|
|
var url = `/account/get_verification_code.json`;
|
|
|
|
|
var url = `/accounts/get_verification_code.json`;
|
|
|
|
|
axios.get((url), {
|
|
|
|
|
params: {
|
|
|
|
|
value: contact_phone,
|
|
|
|
|