stanley-king 1 year ago
parent
commit
6c6c22d683
2 changed files with 3 additions and 0 deletions
  1. 2 0
      data/config/xyz/refill.ini.php
  2. 1 0
      queue/index.php

+ 2 - 0
data/config/xyz/refill.ini.php

@@ -9967,6 +9967,8 @@ $config['third_jumps'] = $third_jumps;
 
 #油需要发短信的机构
 $config['sms_mchids'] = [1090,10116];
+
+#风险流水号管理
 $config['risk_official_sn'] = [
     'exclude_stores' => [192]
 ];

+ 1 - 0
queue/index.php

@@ -12,6 +12,7 @@ if (!@include(BASE_CORE_PATH . '/lrlz.php')) exit('lrlz.php isn\'t exists!');
 
 require_once(BASE_ROOT_PATH . '/fooder.php');
 require_once(BASE_ROOT_PATH . '/helper/event_looper.php');
+require_once(BASE_CONFIG_PATH . CONFIG_PREFIX . '/refill.ini.php');
 
 if (empty($_SERVER['argv'][1]) || empty($_SERVER['argv'][2])) exit('parameter error');