修正首页认证状态、新增银行卡

This commit is contained in:
2023-02-20 17:36:52 +08:00
parent 57bca15fb5
commit 71ad45422a
6 changed files with 178 additions and 3 deletions
+1 -2
View File
@@ -78,11 +78,10 @@ Router::addGroup('/doctor', function () {
//银行卡
Router::addGroup('/bank', function () {
// 获取医生银行卡
Router::get('/card', [UserDoctorController::class, 'getInquiryConfig']);
Router::get('', [UserDoctorController::class, 'getDoctorBankCard']);
});
});
/**
* ------------患者端api---------------------
*/