新增药师开具处方ca签章

This commit is contained in:
2023-04-03 11:34:53 +08:00
parent d09f9d8d77
commit 29965b14af
10 changed files with 225 additions and 90 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ return [
'ca' => [ // ca
"app_id" => env('CA_APP_ID', 'SCCA1560150113940832258'),
"secret" => env('CA_APP_SECRET', 'facded39929f4aef9893cb766cd52e25'),
"api_url" => env('CA_APP_URL', 'http://testmicrosrv.scca.com.cn:9527'),
"api_url" => env('CA_API_URL', 'http://testmicrosrv.scca.com.cn:9527'),
],
'prescription_platform' => [ // 处方平台
"client_id" => env('PRE_PLAT_CLIENT_ID', 'ZD-004'),