mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
接口更改
This commit is contained in:
@@ -3,7 +3,7 @@ import request, {Method} from '@/plugins/request.js';
|
|||||||
// 查询账户余额
|
// 查询账户余额
|
||||||
export function getMembersWallet () {
|
export function getMembersWallet () {
|
||||||
return request({
|
return request({
|
||||||
url: '/buyer/passport/member/wallet',
|
url: '/buyer/wallet/wallet',
|
||||||
method: Method.GET,
|
method: Method.GET,
|
||||||
needToken: true
|
needToken: true
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user