|
@@ -303,24 +303,24 @@ $guitong_fast = ['name' => 'guitong_fast', 'store_id' => 390, 'qualitys' => '2',
|
|
|
$zhixin_fast = ['name' => 'zhixin_fast', 'store_id' => 391, 'qualitys' => '2',
|
|
|
'amount' => [
|
|
|
50 => [
|
|
|
- ['goods_id' => 9055, 'price' => 50.65, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 9055, 'price' => 50.05, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9055, 'price' => 50.55, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 9055, 'price' => 49.75, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
['goods_id' => 9055, 'price' => 50.35, 'quality' => 2, 'card_type' => 'chinatelecom'],
|
|
|
],
|
|
|
100 => [
|
|
|
['goods_id' => 9056, 'price' => 100.1, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 9056, 'price' => 100.1, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
- ['goods_id' => 9056, 'price' => 100.25,'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ['goods_id' => 9056, 'price' => 99.1, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9056, 'price' => 100.3,'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
],
|
|
|
200 => [
|
|
|
['goods_id' => 9057, 'price' => 200.2, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 9057, 'price' => 200.2, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
- ['goods_id' => 9057, 'price' => 200.6, 'quality' => 2, 'card_type' => 'chinatelecom'],
|
|
|
+ ['goods_id' => 9057, 'price' => 200.1, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9057, 'price' => 200.3, 'quality' => 2, 'card_type' => 'chinatelecom'],
|
|
|
],
|
|
|
300 => [
|
|
|
['goods_id' => 9058, 'price' => 300.3, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 9058, 'price' => 300.3, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
- ['goods_id' => 9058, 'price' => 300.9, 'quality' => 2, 'card_type' => 'chinatelecom'],
|
|
|
+ ['goods_id' => 9058, 'price' => 300.15, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9058, 'price' => 300.45, 'quality' => 2, 'card_type' => 'chinatelecom'],
|
|
|
],
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
@@ -339,7 +339,7 @@ $phone_providers = [
|
|
|
['name' => 'gy_normal', 'cfg' => $gy_normal],
|
|
|
['name' => 'gy_fast', 'cfg' => $gy_fast],
|
|
|
['name' => 'guitong_fast', 'cfg' => $guitong_fast],
|
|
|
-// ['name' => 'zhixin_fast', 'cfg' => $zhixin_fast]
|
|
|
+ //['name' => 'zhixin_fast', 'cfg' => $zhixin_fast]
|
|
|
];
|
|
|
|
|
|
$config['phone_providers'] = $phone_providers;
|