mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 19:56:43 +08:00
Merge branch 'feature/GFRS-453【】贺报功能' into release/0911上线测试(贺报,续期)
# Conflicts: # src/router/ebiz/index.js # src/views/app/Home.vue
This commit is contained in:
10
src/api/ebiz/congratulation/congratulation.js
Normal file
10
src/api/ebiz/congratulation/congratulation.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import request from '@/assets/js/utils/request'
|
||||
import getUrl from '@/assets/js/utils/get-url'
|
||||
|
||||
export function getCongratulationList(data) {
|
||||
return request({
|
||||
url: getUrl('/data/performance/getAgentTop', 1),
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user