Skip to content

Commit

Permalink
add info log
Browse files Browse the repository at this point in the history
  • Loading branch information
sunjiayu committed Oct 22, 2024
1 parent 35074da commit 46d98db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/wx_payment/wx_payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func (server WxPaymentServiceImpl) Jsapi(ctx context.Context, req *wx_payment.Js
grpclog.Errorf("whitelist query openid: %v fail err:%v", dbQueryData.OpenID, err)
return &resp, nil
}
grpclog.Infof("WhitelistMySqlQuery resp: %+v", dbQueryRes)
if len(dbQueryRes) > 0 && dbQueryRes[0].Status != nil && *dbQueryRes[0].Status == 1 {
now_unix := time.Now().Unix()
is_free_user := false
Expand Down

0 comments on commit 46d98db

Please sign in to comment.