mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-08 22:14:04 +08:00
项目贡献排行分页参数
This commit is contained in:
@@ -23,7 +23,7 @@ class Api::V1::Projects::Contributors::StatService < ApplicationService
|
||||
private
|
||||
def request_params
|
||||
param = {
|
||||
access_token: token
|
||||
access_token: token, page: page, limit: limit
|
||||
}
|
||||
param.merge!(branch: branch) if branch.present?
|
||||
param.merge!(pass_year: pass_year) if pass_year.present?
|
||||
|
||||
Reference in New Issue
Block a user