调试接口
This commit is contained in:
@ -71,4 +71,11 @@ export interface IResetPasswordParams {
|
||||
|
||||
export function resetPassword(data: IResetPasswordParams) {
|
||||
return http.Post('/storeapi/storeLogin/resetPassword', data)
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询用户余额
|
||||
*/
|
||||
export function getUserBalance(store_id: number) {
|
||||
return http.Post<any>('/storeapi/user/checkMoney', {store_id})
|
||||
}
|
||||
Reference in New Issue
Block a user