Update page 'New API stuff'

RemixDev
2018-08-25 22:04:47 +00:00
parent 776353b0ba
commit fca4250d7b
+1 -1
@@ -150,4 +150,4 @@ method:"userAuth.loginByArl",data:{"ARL:e"}
method:"userAuth.retrieveCodeOptionsInfo",data:{"COUNTRY_ISO:n.countryIso,PHONE_NUMBER:n.phoneNumber.replace(/\s|[.-]/g,""),PHONE_EXIST:n.phoneExist,SWAP:n.swap,AUTH_TYPE:n.method"}
method:"userAuth.sendPhoneActivationCode",data:{"COUNTRY_ISO:this.countryIso,PHONE_NUMBER:this.phoneNumber.replace(/\s|[.-]/g,""),PHONE_EXIST:this.phoneExist,SWAP:this.swap,AUTH_TYPE:this.method,METHOD:n"}
method:"userAuth.sendPhoneActivationCode",data:{"COUNTRY_ISO:this.countryIso,PHONE_NUMBER:this.phoneNumber.replace(/\s|[.-]/g,""),PHONE_EXIST:this.phoneExist,SWAP:this.swap,AUTH_TYPE:this.method"}
```
```