This commit is contained in:
2025-09-13 01:08:51 +08:00
parent f65d07884f
commit d76a5ba5a5
29 changed files with 941 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?php
/**
*
* @authorllbjj
* @DateTime2024/7/9 13:43
* @Description
*
*/
return [
'defaultOpen' => [
'is_open' => false, //是否开启oa授权
],
'oa' => [
'domain' => 'hjh.kingdone.com',
'isHttps' => false,
'appId' => 'oa-sdm',
'secretKey' => 'SDMOARELATION',
'redisNamespace' => 'oaSys',
'redisTtl' => 1400,
'signName' => 'OA'
]
];