Selaa lähdekoodia

fit:参数异常

wangshan 3 vuotta sitten
vanhempi
commit
64c14b55b0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/jfw/front/org_structure.go

+ 1 - 1
src/jfw/front/org_structure.go

@@ -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 + "&registered=" + 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 {