完善账单详情
This commit is contained in:
@ -163,4 +163,11 @@ export function checkDouyinCoupon(data: ICheckDouyinCouponParams) {
|
||||
*/
|
||||
export function getUserMember() {
|
||||
return http.Post<any>('/api/user/UserMember')
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 流水账单详情
|
||||
*/
|
||||
export function getUserBillDetails(id: number) {
|
||||
return http.Post<any>('/api/user/accountDetails', {id})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user