修改我的医生

This commit is contained in:
2023-04-13 14:39:36 +08:00
parent a5fb1d46e7
commit 81a47d72e0
10 changed files with 291 additions and 121 deletions
+1
View File
@@ -99,5 +99,6 @@ return [
"key" => env('LOGISTICS_KEY', 'Mpjjgebe8764'),
"customer" => env('LOGISTICS_CUSTOMER', 'EA3A55C09C524BDB72AE31231721B20F'),
"api_url" => env('LOGISTICS_APP_URL', 'https://poll.kuaidi100.com/poll/query.do'),
"salt" => env('LOGISTICS_SALT', 'gdxz2023.d'),
],
];
+3
View File
@@ -600,8 +600,11 @@ Router::get('/case', [InquiryController::class, 'getPatientInquiryCase']);
// 测试使用
Router::addGroup('/test', function () {
Router::get('', [TestController::class, 'test_14']);
// 模拟退款
Router::get('/test_13', [TestController::class, 'test_13']);
});
// 地址管理