diff --git a/internal/api/third/tencent_cloud_storage_credential.go b/internal/api/third/tencent_cloud_storage_credential.go index 537641dee..02fc5c06e 100644 --- a/internal/api/third/tencent_cloud_storage_credential.go +++ b/internal/api/third/tencent_cloud_storage_credential.go @@ -61,5 +61,6 @@ func TencentCloudStorageCredential(c *gin.Context) { resp.Data.Region = config.Config.Credential.Tencent.Region resp.Data.CredentialResult = res } + log.NewInfo(req.OperationID, "TencentCloudStorageCredential return ", resp) c.JSON(http.StatusOK, resp) }