This commit is contained in:
haomingming
2023-04-08 09:51:45 +08:00
parent 6fa2a5eaa9
commit 3f40c4c237
69 changed files with 1274 additions and 338 deletions
+3 -3
View File
@@ -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
}