Files
income_payments_applet/assets/js/http/standardApi.js
T
2021-12-15 17:49:32 +08:00

9 lines
198 B
JavaScript

import http from './http.js'
let URL_CONFIG = '/jero-boot/'
// 标协会员基本信息
const getStandardBasicInfo = (params) => http.get(`${URL_CONFIG}`, params)
export {
getStandardBasicInfo
}