瀏覽代碼

feat: 新增广州移动字段

zhangxinlei1996 2 年之前
父節點
當前提交
431a4f7009
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      rpc/internal/logic/checklogic.go

+ 1 - 0
rpc/internal/logic/checklogic.go

@@ -96,6 +96,7 @@ func (l *CheckLogic) Check(in *pb.CheckReq) (*pb.CheckResp, error) {
 			DeptSubscribe:       data.Ent.DeptSubscribe,
 			BuyVip:              data.Ent.BuyVip,
 			BuyMember:           data.Ent.BuyMember,
+			PrivateGD:           data.Ent.PrivateGD,
 		}
 		resp.Entniche = &pb.Entniche{
 			Status:      data.Entniche.Status,