|
@@ -18,25 +18,11 @@ $config['oil_providers'] = $oil_providers;
|
|
|
|
|
|
define('ZERO_GOODS_ID', 8);
|
|
|
|
|
|
-$baidu_phone = ['name' => 'baizeyd', 'store_id' => 32,
|
|
|
- 'amount' => [
|
|
|
- 10 => [['goods_id' => 1, 'price' => 9.51, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom'],
|
|
|
- ['goods_id' => 1, 'price' => 9.61, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 1, 'price' => 9.81, 'quality' => 2, 'card_type' => 'chinamobile']],
|
|
|
-
|
|
|
- 20 => [['goods_id' => 2, 'price' => 19.02, 'card_type' => 'chinaunicom,chinatelecom']],
|
|
|
- 30 => [['goods_id' => 3, 'price' => 28.53, 'card_type' => 'chinamobile,chinatelecom']],
|
|
|
- 50 => [['goods_id' => 4, 'price' => 47.55, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
- 100 => [['goods_id' => 5,'price' => 95.1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
- ],
|
|
|
- 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
-
|
|
|
-$baidu_phone = ['name' => 'baizeyd', 'store_id' => 32,
|
|
|
+$baizeyd = ['name' => 'baizeyd', 'store_id' => 32,
|
|
|
'amount' => [
|
|
|
// 10 => [['goods_id' => 1, 'price' => 9.51, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
// ['goods_id' => 1, 'price' => 9.61, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
// ['goods_id' => 1, 'price' => 9.81, 'quality' => 2, 'card_type' => 'chinamobile']],
|
|
|
-
|
|
|
30 => [['goods_id' => 3, 'price' => 28.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
['goods_id' => 3, 'price' => 28.8, 'quality' => 2, 'card_type' => 'chinamobile']],
|
|
|
50 => [['goods_id' => 4, 'price' => 47.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
@@ -113,7 +99,7 @@ $ruishun_phone = ['name' => 'ruishun', 'store_id' => 36,
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
$phone_providers = [
|
|
|
- ['name' => 'baizeyd', 'cfg' => $baidu_phone, 'opened' => true, 'sort' => 1],
|
|
|
+ ['name' => 'baizeyd', 'cfg' => $baizeyd, 'opened' => true, 'sort' => 1],
|
|
|
['name' => 'aming', 'cfg' => $aming_phone, 'opened' => true, 'sort' => 1],
|
|
|
['name' => 'binghc', 'cfg' => $binghc_phone, 'opened' => true, 'sort' => 1],
|
|
|
['name' => 'ruishun', 'cfg' => $ruishun_phone, 'opened' => true, 'sort' => 1],
|