优化
This commit is contained in:
@@ -234,10 +234,10 @@ class API extends HTTP {
|
||||
})
|
||||
}
|
||||
//获取提现数据
|
||||
getDoctorWithdrawal(params) {
|
||||
postDoctorWithdrawalInfo(params) {
|
||||
return this.request({
|
||||
url: `${this.baseUrl}/doctor/withdrawal`,
|
||||
method: 'GET',
|
||||
url: `${this.baseUrl}/doctor/withdrawal/info`,
|
||||
method: 'POST',
|
||||
data: {
|
||||
...params
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user