This commit is contained in:
gaofeng
2026-09-04 14:25:08 +08:00
parent 4150f64d3b
commit 9ea99da9c6
6 changed files with 99 additions and 1 deletions

View File

@@ -53,5 +53,31 @@ return [
],
],
],
'visa' => [
'mini_pay' => [
'url' => '',
'body' => '签证及入境服务费',
// 与公共网站的 PAY_MARK 保持一致,最终 mark 为此前缀加目标订单表名。
'mark_prefix' => 'bjglobal',
],
'companies' => [
'jn' => [
'mini_pay' => [],
],
'bj' => [
'mini_pay' => [],
],
],
'apps' => [
'evus_jn_mp' => [
'company_code' => 'jn',
'mini_pay' => [],
],
'evus_bj_mp' => [
'company_code' => 'bj',
'mini_pay' => [],
],
],
],
],
];