mui.ajax({
url:get_server_url() + 'AppLogin.action',
type: 'post',
headers: {
'Content-Type': 'application/json'
},
data:JSON.stringify({
userName: userCode,
password: mobilePwd
}),
timeout: 30000,
success: function(data) {

1***@qq.com
- 发布:2019-09-11 10:07
- 更新:2019-09-11 10:07
- 阅读:598
0 个回复