浏览代码

xyztest refill ini

xiaoyu 3 年之前
父节点
当前提交
3359c64c14
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      data/config/xyztest/refill.ini.php

+ 7 - 0
data/config/xyztest/refill.ini.php

@@ -1974,8 +1974,15 @@ $lingzhthird = ['name' => 'lingzhthird', 'store_id' => 52,'qualitys' => '1',
     ],
     'official_sn' => true, 'refill_type' => 'api'];
 
+$youhedf = ['name' => 'youhedf', 'store_id' => 122,'qualitys' => '1',
+    'amount' => [
+        100 => [['goods_id' => 7180, 'price' => 99, 'quality' => 1, 'card_type' => 'third']],
+    ],
+    'official_sn' => true, 'refill_type' => 'api'];
+
 $third_providers = [
     ['name' => 'lingzhthird', 'cfg' => $lingzhthird],
+    ['name' => 'youhedf', 'cfg' => $youhedf],
 ];
 $config['third_providers'] = $third_providers;