Browse Source

for guochuang_nation channel

stanley-king 3 years ago
parent
commit
fa3cd80f3f
2 changed files with 8 additions and 1 deletions
  1. 1 1
      data/config/xyz/refill.ini.php
  2. 7 0
      test/TestRedis.php

+ 1 - 1
data/config/xyz/refill.ini.php

@@ -2661,7 +2661,7 @@ $phone_providers = [
     ['name' => 'yikatong', 'cfg' => $yikatong_phone],
     ['name' => 'sialan_tax', 'cfg' => $sialan_tax_phone],
     ['name' => 'yunchonggong_yd', 'cfg' => $yunchonggong_yd_phone],
-//    ['name' => 'guochuang_nation', 'cfg' => $guochuang_nation_phone],
+    ['name' => 'guochuang_nation', 'cfg' => $guochuang_nation_phone],
     ['name' => 'tianyanman', 'cfg' => $tianyanman_phone],
     ['name' => 'shimier', 'cfg' => $shimier_phone],
     ['name' => 'zhongst_mix', 'cfg' => $zhongst_mix_phone],

File diff suppressed because it is too large
+ 7 - 0
test/TestRedis.php