统一图片全路径返回

This commit is contained in:
2023-02-24 11:32:51 +08:00
parent 34421d2115
commit 9fc01059ef
7 changed files with 118 additions and 6 deletions
+4 -1
View File
@@ -245,7 +245,10 @@ class DoctorAccountService extends BaseService
return success($order_inquiry);
}
// 获取医生提现记录列表
/**
* 获取医生提现记录列表
* @return array
*/
public function getDoctorWithdrawalRecordList(): array
{
$user_info = $this->request->getAttribute("userInfo") ?? [];