Merge pull request '调整page' (#474) from KingChan/forgeplus:huawei_code_check into dev_osredm_server

This commit is contained in:
KingChan 2025-11-25 17:01:38 +08:00
commit 2ec3a2676c
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class Api::V1::Projects::CodeChecksController < Api::V1::BaseController
end
def measure_list
allowed_body = %w[filterType page_num page_size]
allowed_body = %w[filterType page pageSize]
_, body_params = filter_params(allowed_body_keys: allowed_body)
@result = @client.measure_list(body_params)
render :index