测试
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import createAxios from '/@/utils/axios'
|
||||
|
||||
export const url = '/admin/Embed/'
|
||||
export interface GameRtpParams {
|
||||
provider: string
|
||||
game_name: string
|
||||
@@ -8,9 +9,11 @@ export interface GameRtpParams {
|
||||
|
||||
export function gameRtp(params: GameRtpParams) {
|
||||
return createAxios({
|
||||
url: '/admin/Embed/gameRtp',
|
||||
url: url + 'gameRtp',
|
||||
method: 'get',
|
||||
params,
|
||||
params: {
|
||||
provider: 'A1',
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user