聲明
async func ReadDBLeaderboardAssociationValuesByRange(sheetName string, startRank int, endRank int, out var result List<object>, mapCode string, out var statusCode StatusCode, out var associationStatusCode StatusCode)
go
從排行榜資料表中讀取指定排名範圍內的數值,再依據擷取到的鍵值從關聯資料表中讀取對應數值,並加以整合。
async func ReadDBLeaderboardAssociationValuesByRange(sheetName string, startRank int, endRank int, out var result List<object>, mapCode string, out var statusCode StatusCode, out var associationStatusCode StatusCode)
go