【fix】优化代码
This commit is contained in:
@ -47,3 +47,9 @@ export const updateWithDrawMethod = async (data) => requestUtil.post('/app/distr
|
||||
* @return {Promise<*>}
|
||||
*/
|
||||
export const withDrawNow = async (data) => requestUtil.post('/app/distributor/wages/withdraw', data)
|
||||
|
||||
/**
|
||||
* 分享获得积分
|
||||
* @return {Promise<*>}
|
||||
*/
|
||||
export const shareToAddIntegral = async () => requestUtil.get('/member/user-bill/shareGoods')
|
||||
|
Reference in New Issue
Block a user