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