新增ca认证对接、新增银行卡、身份证验证、修正消息通知

This commit is contained in:
2023-03-16 15:32:36 +08:00
parent dcb2e801ce
commit 398bbf3a8c
15 changed files with 379 additions and 70 deletions
+7 -2
View File
@@ -66,8 +66,8 @@ return [
],
],
'verify_dun' =>[ // 网易易盾
"secretId" => "a0efb0a735ca5f833d9c50075d3bd673",
"secretKey" => "bc5fc333fec0f16973bb4600cebf8f32",
"secretId" => "45a8fd254b4649e9bd25d773ac7ab666",
"secretKey" => "3cb726bd85104161b25613153c4fba7c",
"busunessId" => "",
],
'im' =>[ // 腾讯im
@@ -76,4 +76,9 @@ return [
"base_url" => "https://console.tim.qq.com/",
"token" => "NDc5MzExMDMxMDY2NDMxNDg5L", // 鉴权回调使用
],
'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'),
],
];