Ver código fonte

feat: 新增广州移动字段

zhangxinlei1996 2 anos atrás
pai
commit
431a4f7009
1 arquivos alterados com 1 adições e 0 exclusões
  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,