This commit is contained in:
2022-05-10 09:18:49 +08:00
parent 12cc37443e
commit c64fa5135b
4 changed files with 37 additions and 15 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class Trace::CheckResultService < Trace::ClientService
private
def request_params
{
product_name: "#{project&.owner&.login}-#{project.identifier}",
product_name: "#{project&.owner&.id}#{project.id}",
file_name: file_name,
pageNum: page_num,
pageSize: page_size,