|
|
@@ -2,7 +2,7 @@ import request from '@/utils/request'
|
|
|
|
|
|
export function listFastgptFastgptpushtokentotal(query) {
|
|
|
return request({
|
|
|
- url: '/qw/pushCount/tokenList',
|
|
|
+ url: '/qw/qwPushCount/tokenList',
|
|
|
method: 'get',
|
|
|
params: query
|
|
|
})
|
|
|
@@ -10,14 +10,14 @@ export function listFastgptFastgptpushtokentotal(query) {
|
|
|
|
|
|
export function getFastgptFastgptpushtokentotal(id) {
|
|
|
return request({
|
|
|
- url: '/qw/pushCount/tokenList/' + id,
|
|
|
+ url: '/qw/qwPushCount/tokenList/' + id,
|
|
|
method: 'get'
|
|
|
})
|
|
|
}
|
|
|
|
|
|
export function addFastgptFastgptpushtokentotal(data) {
|
|
|
return request({
|
|
|
- url: '/qw/pushCount/tokenList',
|
|
|
+ url: '/qw/qwPushCount/tokenList',
|
|
|
method: 'post',
|
|
|
data: data
|
|
|
})
|
|
|
@@ -25,7 +25,7 @@ export function addFastgptFastgptpushtokentotal(data) {
|
|
|
|
|
|
export function updateFastgptFastgptpushtokentotal(data) {
|
|
|
return request({
|
|
|
- url: '/qw/pushCount/tokenList',
|
|
|
+ url: '/qw/qwPushCount/tokenList',
|
|
|
method: 'put',
|
|
|
data: data
|
|
|
})
|
|
|
@@ -33,14 +33,14 @@ export function updateFastgptFastgptpushtokentotal(data) {
|
|
|
|
|
|
export function delFastgptFastgptpushtokentotal(id) {
|
|
|
return request({
|
|
|
- url: '/qw/pushCount/tokenList/' + id,
|
|
|
+ url: '/qw/qwPushCount/tokenList/' + id,
|
|
|
method: 'delete'
|
|
|
})
|
|
|
}
|
|
|
|
|
|
export function exportFastgptFastgptpushtokentotal(query) {
|
|
|
return request({
|
|
|
- url: '/qw/pushCount/tokenList/export',
|
|
|
+ url: '/qw/qwPushCount/tokenList/export',
|
|
|
method: 'get',
|
|
|
params: query
|
|
|
})
|