260720
This commit is contained in:
10
pages/gxmu/stats-service.js
Normal file
10
pages/gxmu/stats-service.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import { API_BASE_URL, apiRequest } from '../assistant/chat-service'
|
||||
|
||||
export function getChallengeCupStatistics(params) {
|
||||
return apiRequest({
|
||||
url: `${API_BASE_URL}/gxmu/tzbcy-form/statistics`,
|
||||
method: 'GET',
|
||||
data: params,
|
||||
withSignature: false
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user