Commit 17355cbb authored by youjie's avatar youjie

no message

parent ef49f5b9
......@@ -7,18 +7,18 @@ class passbookService {
static async GetCustomerBigRedEnvelope(CustomerId:Number):Promise<HttpResponse>{
return request('customer_post_GetCustomerBigRedEnvelope',{CustomerId})
}
// 获取明细
static async getDepositBankbookDetail(CustomerId:Number):Promise<HttpResponse>{
return requestJava('/api/b2b/user/getDepositBankbookDetail',{CustomerId})
}
// 获取使用明细
static async getBankbookUseDetail(queryTime:string):Promise<HttpResponse>{
return requestJava('/api/b2b/user/getBankbookUseDetail',{queryTime})
}
// 获取占比
static async getLinePercentage():Promise<HttpResponse>{
return requestJava('/api/b2b/user/getLinePercentage',{})
}
// static async getDepositBankbookDetail(param:any):Promise<HttpResponse>{
// return requestJava('/api/b2b/user/getDepositBankbookDetail',param)
// }
}
export default passbookService
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment