Ver Código Fonte

注册发送手机验证码接口更改

luyanan 7 anos atrás
pai
commit
5e4eb17c82
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/js/register.js

+ 1 - 1
app/js/register.js

@ -116,7 +116,7 @@ mui.ready(function() {
116 116
		/*手机发送验证码*/
117 117
		function sendAuthentication() {
118 118
			console.log("send code")
119
			mui.ajax(baseUrl + '/ajax/regmobilephone', {
119
			mui.ajax(baseUrl + '/ajax/regmobilephone_onlyphone', {
120 120
				data: {
121 121
					mobilePhone: phoneName.value
122 122
				},