|
@@ -130,7 +130,7 @@ func (this *OrgStructure) AutoLogon() error {
|
|
|
openId := this.GetString("openId")
|
|
|
phone := this.GetString("phone")
|
|
|
name := this.GetString("name")
|
|
|
- mail := this.GetString("mail")
|
|
|
+ mail := this.GetString("email")
|
|
|
rb := false
|
|
|
if openId != "" && phone != "" {
|
|
|
//解密
|