修正验证码不能以0开头的问题

This commit is contained in:
2023-02-24 10:37:29 +08:00
parent e6afaf0913
commit b8dd0463a2
6 changed files with 59 additions and 4 deletions
+3
View File
@@ -114,6 +114,9 @@ Router::addGroup('/doctor', function () {
// 获取可提现问诊订单列表
Router::get('/order', [DoctorAccountController::class, 'getDoctorWithdrawalOrderList']);
// 获取医生提现记录列表
Router::get('/record', [DoctorAccountController::class, 'getDoctorWithdrawalRecordList']);
});
// 订单