【修改】 标准协会会员基本信息

This commit is contained in:
fengachen
2021-12-20 11:31:31 +08:00
parent 0a179a6129
commit d0f7fd5d37
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import http from './http.js'
let URL_CONFIG = '/jero-boot/'
// 标协会员基本信息
const getStandardBasicInfo = (params) => http.get(`${URL_CONFIG}`, params)
const getStandardBasicInfo = (params) => http.get(`${URL_CONFIG}company/payContactsManagement/baseInfo`, params)
export {
getStandardBasicInfo