|
@@ -155,7 +155,7 @@ $weit_phone = ['name' => 'weit', 'store_id' => 18, 'card_type' => ['chinaunicom'
|
|
|
300 => ['goods_id' => 6335, 'price' => 285],
|
|
|
500 => ['goods_id' => 6336, 'price' => 475]], 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
-$afand_phone = ['name' => 'afand', 'store_id' => 26, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
|
|
|
+$afand_phone = ['name' => 'afand', 'store_id' => 26, 'card_type' => ['chinaunicom', 'chinatelecom'],
|
|
|
'amount' => [
|
|
|
30 => ['goods_id' => 6374, 'price' => 28.5],
|
|
|
50 => ['goods_id' => 6375, 'price' => 47.5],
|
|
@@ -164,6 +164,15 @@ $afand_phone = ['name' => 'afand', 'store_id' => 26, 'card_type' => ['chinamobil
|
|
|
300 => ['goods_id' => 6378, 'price' => 285],
|
|
|
500 => ['goods_id' => 6379, 'price' => 475]], 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$afandeng_phone = ['name' => 'afandeng', 'store_id' => 27, 'card_type' => ['chinamobile'],
|
|
|
+ 'amount' => [
|
|
|
+ 30 => ['goods_id' => 6380, 'price' => 28.5],
|
|
|
+ 50 => ['goods_id' => 6381, 'price' => 47.5],
|
|
|
+ 100 => ['goods_id' => 6382, 'price' => 95],
|
|
|
+ 200 => ['goods_id' => 6383, 'price' => 190],
|
|
|
+ 300 => ['goods_id' => 6384, 'price' => 285],
|
|
|
+ 500 => ['goods_id' => 6385, 'price' => 475]], 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
['name' => 'beixt', 'cfg' => $beixt_phone, 'opened' => false, 'sort' => 1],
|
|
|
['name' => 'bxtwt', 'cfg' => $bxtwt_phone, 'opened' => false, 'sort' => 2],
|
|
@@ -173,5 +182,6 @@ $phone_providers = [
|
|
|
['name' => 'yifa', 'cfg' => $yifa_phone, 'opened' => false, 'sort' => 5],
|
|
|
['name' => 'jiec', 'cfg' => $jiec_phone, 'opened' => false, 'sort' => 1],
|
|
|
['name' => 'weit', 'cfg' => $weit_phone, 'opened' => false, 'sort' => 1],
|
|
|
- ['name' => 'afand', 'cfg' => $afand_phone, 'opened' => false, 'sort' => 1]];
|
|
|
+ ['name' => 'afand', 'cfg' => $afand_phone, 'opened' => false, 'sort' => 1],
|
|
|
+ ['name' => 'afandeng', 'cfg' => $afandeng_phone, 'opened' => false, 'sort' => 1]];
|
|
|
$config['phone_providers'] = $phone_providers;
|