|
@@ -61,7 +61,7 @@ func (this *OrgStructure) InvitationPage() error {
|
|
|
entId := this.GetString("entId") //加密后-企业id
|
|
|
depcname := this.GetString("depcname")
|
|
|
registered := "0" //是否是剑鱼用户:0:未关注; 1:已关注
|
|
|
- OrgUrl := util.ObjToString(config.Sysconfig["wxOrgUrl"]) + "?from=" + from + "&depId=" + depId + "&entId=" + entId + "®istered=" + registered + "&depcname=" + depcname
|
|
|
+ OrgUrl := util.ObjToString(config.Sysconfig["wxOrgUrl"]) + "?from=" + from + "&depId=" + depId + "&entId=" + entId + "&depcname=" + depcname
|
|
|
if !mobileReg.MatchString(client) {
|
|
|
OrgUrl = util.ObjToString(config.Sysconfig["pcOrgUrl"]) + "?from=" + from + "&depId=" + depId + "&entId=" + entId + "&depcname=" + depcname
|
|
|
} else {
|