Browse Source

wip:修改省份订阅包数量问题

wkyuer 1 week ago
parent
commit
108b9ac4ea
1 changed files with 0 additions and 2 deletions
  1. 0 2
      jyBXSubscribe/rpc/internal/logic/getsubsomeinfologic.go

+ 0 - 2
jyBXSubscribe/rpc/internal/logic/getsubsomeinfologic.go

@@ -6,7 +6,6 @@ import (
 	IC "bp.jydev.jianyu360.cn/BaseService/jyMicroservices/jyBXSubscribe/rpc/init"
 	"context"
 	"fmt"
-	"github.com/gogf/gf/v2/frame/g"
 	"strconv"
 	"strings"
 	"time"
@@ -179,7 +178,6 @@ func (l *GetSubSomeInfoLogic) GetSubSomeInfo(in *bxsubscribe.SomeInfoReq) (*bxsu
 			}
 		}
 	}
-	g.Dump("ccccc", resp)
 	return resp, nil
 }