Home > Mobile >  A small program that WeChat take data for undefined
A small program that WeChat take data for undefined

Time:09-27

Wx. Request ({
Url: "https://mttinfo.com/mobile/index.php?" ,
Method: "post",
Data: {
Act: "login",
Op: "phonecz,"
Mobile: "15002858667"
},
Header: {
'the content-type' : 'application/x - WWW - form - urlencoded'
},
Success (res) {
The console. The log (res)
If (res) data) code=='200') {
The console. The log (' res. Request '+ res. Request)
The console. The log (' res. Data. The data + res. Data. The data)

} else {
Wx. ShowLoading ({
Title: 'network error',

})

}
},
Fail () {
Util. Fails ();
},
})

CodePudding user response:

What problem you great god, novice consult
  • Related