// 我的 相关接口
|
|
|
|
const api = {
|
|
// 我的-获取推荐二维码
|
|
getInviteCode: {
|
|
url: '/teambuy/share/getInviteCode',
|
|
method: 'POST',
|
|
limit: 500
|
|
},
|
|
}
|
|
|
|
export default api
|