This commit is contained in:
2026-03-05 19:03:18 +08:00
parent abdae033f0
commit 9a7bda9527
4 changed files with 83 additions and 138 deletions

View File

@@ -211,7 +211,7 @@ func (j *JiguangService) CallAPI(ctx context.Context, apiCode string, apiPath st
}
return nil, err
}
j.logger.LogInfo(fmt.Sprintf("极光响应: %+v", jiguangResp))
// 记录响应日志(不记录具体响应数据)
if j.logger != nil {
if jiguangResp.OrderID != "" {