|
@@ -717,8 +717,12 @@
|
|
type : "GET",
|
|
type : "GET",
|
|
url : "https://worktime.ttkuaiban.com/api/wxcorp/getRegisterCode",
|
|
url : "https://worktime.ttkuaiban.com/api/wxcorp/getRegisterCode",
|
|
success : function(data){
|
|
success : function(data){
|
|
- let url = `https://open.work.weixin.qq.com/3rdservice/wework/register?register_code=${data.data.code}`
|
|
|
|
- window.location.href = url
|
|
|
|
|
|
+ if(data.code == 'ok') {
|
|
|
|
+ let url = `https://open.work.weixin.qq.com/3rdservice/wework/register?register_code=${data.data.code}`
|
|
|
|
+ window.location.href = url
|
|
|
|
+ } else {
|
|
|
|
+ alert(data.msg)
|
|
|
|
+ }
|
|
},
|
|
},
|
|
error:function(){
|
|
error:function(){
|
|
alert('请求失败');
|
|
alert('请求失败');
|