Browse Source

关于注册的需要改的接口

jack 7 years ago
parent
commit
bbef441792
2 changed files with 2 additions and 2 deletions
  1. 1 1
      js/cmp-staffReg.js
  2. 1 1
      js/invite-friends.js

+ 1 - 1
js/cmp-staffReg.js

@ -254,7 +254,7 @@ $(function() {
254 254

255 255
	function phoneVerificationCode() {
256 256
		if(phonePass) {
257
			$.ajax("/ajax/regmobilephone", {
257
			$.ajax("/ajax/regmobilephone_onlyphone", {
258 258
				type: "get",
259 259
				async: true,
260 260
				success: function(data) {

+ 1 - 1
js/invite-friends.js

@ -88,7 +88,7 @@ $(function(){
88 88
	/*手机发送验证码*/
89 89
	function sendAuthentication() {
90 90
		$.ajax({
91
			url:"/ajax/regmobilephone",
91
			url:"/ajax/regmobilephone_onlyphone",
92 92
			data: {
93 93
				mobilePhone: $("#userphone").val()
94 94
			},