|
@@ -107,8 +107,6 @@ func (l *GetWxListLogic) GetWxList(req *types.WxListReq) (*types.WxListResp, err
|
|
|
// 创建 hookClient 客户端
|
|
|
serverInfo := serverSet[v.ServerID]
|
|
|
serverName := serverInfo.Name
|
|
|
- l.Infof("----------------strings.ToUpper(v.Port)--------------: %+v", strings.ToUpper(v.Port))
|
|
|
- l.Infof("----------------HasPrefix--------------: %+v", strings.HasPrefix(strings.ToUpper(v.Port), "PC-"))
|
|
|
if strings.HasPrefix(strings.ToUpper(v.Port), "PC-") {
|
|
|
serverName = "本地版"
|
|
|
}
|