add withdrawal

This commit is contained in:
misworga831
2023-03-08 22:01:02 +08:00
parent b2a448447c
commit d870ee409a
3 changed files with 74 additions and 15 deletions

View File

@@ -419,3 +419,16 @@ export function getMemberPointSum() {
method: Method.GET,
});
}
/**
* 获取会员积分VO
* @param
*/
export function withdrawalSettingVO() {
return http.request({
url: `/wallet/wallet/withdrawalSettingVO`,
method: Method.GET,
needToken: true,
});
}