260720
This commit is contained in:
19
pages/gxmu/tzb-database-service.js
Normal file
19
pages/gxmu/tzb-database-service.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import { API_BASE_URL, apiRequest } from '../assistant/chat-service'
|
||||
|
||||
export function pageTzbProjectList(params) {
|
||||
return apiRequest({
|
||||
url: `${API_BASE_URL}/gxmu/tzb-project-list/page`,
|
||||
method: 'GET',
|
||||
data: params,
|
||||
withSignature: false
|
||||
})
|
||||
}
|
||||
|
||||
export function pageTzbTalentList(params) {
|
||||
return apiRequest({
|
||||
url: `${API_BASE_URL}/gxmu/tzb-talent-list/page`,
|
||||
method: 'GET',
|
||||
data: params,
|
||||
withSignature: false
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user