Forráskód Böngészése

update baidutest config

ayHaru 4 éve
szülő
commit
98a7b12ce0
2 módosított fájl, 10 hozzáadás és 10 törlés
  1. 1 1
      admin/control/merchant.php
  2. 9 9
      data/config/lingzh/refill.ini.php

+ 1 - 1
admin/control/merchant.php

@@ -959,7 +959,7 @@ class merchantControl extends SystemControl
             showMessage('类型有误', "index.php?act=merchant&op=provider");
         }
 
-        Log::record($rkey);
+        Log::record($rkey , Log::DEBUG);
         $speed_limit = rcache($rkey , 'provider-');
         if(empty($speed_limit)){
             $speed_limit = [];

+ 9 - 9
data/config/lingzh/refill.ini.php

@@ -16,15 +16,15 @@ $config['refill_specs'] = [
 $oil_providers = [];
 $config['oil_providers'] = $oil_providers;
 
-$baidu_phone = ['name' => 'baidu', 'store_id' => 12, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
-    'amount' => [10 => ['goods_id' => 6305, 'price' => 9.51],
-        20 => ['goods_id' => 6306, 'price' => 19.02],
-        30 => ['goods_id' => 6301, 'price' => 28.53],
-        50 => ['goods_id' => 6302, 'price' => 47.55],
-        100 => ['goods_id' => 6303, 'price' => 95.1],
-        200 => ['goods_id' => 6304, 'price' => 190.20],
-        300 => ['goods_id' => 6327, 'price' => 285.30],
-        500 => ['goods_id' => 6328, 'price' => 475.50]],
+$baidu_phone = ['name' => 'baidu', 'store_id' => 28, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
+    'amount' => [10 => ['goods_id' => 6386, 'price' => 9.51],
+        20 => ['goods_id' => 6387, 'price' => 19.02],
+        30 => ['goods_id' => 6388, 'price' => 28.53],
+        50 => ['goods_id' => 6389, 'price' => 47.55],
+        100 => ['goods_id' => 6390, 'price' => 95.1],
+        200 => ['goods_id' => 6391, 'price' => 190.20],
+        300 => ['goods_id' => 6392, 'price' => 285.30],
+        500 => ['goods_id' => 6393, 'price' => 475.50]],
     'official_sn' => true, 'refill_type' => 'api'];
 $phone_providers = [
     ['name' => 'baidu', 'cfg' => $baidu_phone, 'opened' => true, 'sort' => 1]];