|
@@ -1196,6 +1196,7 @@ func (s *cdnService) GetAccessLog(ctx context.Context, req cdn.Request) (cdn.Dat
|
|
|
"hourFrom": req.HourFrom,
|
|
|
"hourTo": req.HourTo,
|
|
|
"reverse" : req.Reverse,
|
|
|
+ "requestId": req.RequestId,
|
|
|
}
|
|
|
apiUrl := s.Url + "HTTPAccessLogService/listHTTPAccessLogs"
|
|
|
resBody, err := s.sendDataWithTokenRetry(ctx, formData, apiUrl)
|