This commit is contained in:
gazebo
2019-08-26 17:31:56 +08:00
parent a39a4b7917
commit ec612b807b
2 changed files with 6 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ import (
// todo 是否需要将Store.MarketManPhone与OperatorPhone成角色
func TransferLegacyWeixins(mobile string) (err error) {
globals.SugarLogger.Debugf("TransferLegacyWeixins mobile:%s", mobile)
if !globals.EnableWXAuth2 {
return nil
}