|
@@ -593,6 +593,19 @@ $suyuan_phone = ['name' => 'suyuan', 'store_id' => 39, 'qualitys' => '1',
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$xunao_phone = ['name' => 'xunao', 'store_id' => 44, 'qualitys' => '1',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 10 => [['goods_id' => 6504, 'price' => 9.45, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 20 => [['goods_id' => 6505, 'price' => 18.9, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 30 => [['goods_id' => 6506, 'price' => 28.35, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 50 => [['goods_id' => 6507, 'price' => 47.25, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 100 => [['goods_id' => 6508, 'price' => 94.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 200 => [['goods_id' => 6509, 'price' => 189, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 300 => [['goods_id' => 6510, 'price' => 283.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 500 => [['goods_id' => 6511, 'price' => 472.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
|
+ ],
|
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
+
|
|
$phone_providers = [
|
|
$phone_providers = [
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -618,5 +631,6 @@ $phone_providers = [
|
|
['name' => 'afandfs', 'cfg' => $afandfs_phone],
|
|
['name' => 'afandfs', 'cfg' => $afandfs_phone],
|
|
['name' => 'yunlingfs', 'cfg' => $yunlingfs_phone],
|
|
['name' => 'yunlingfs', 'cfg' => $yunlingfs_phone],
|
|
['name' => 'tiancheng', 'cfg' => $tiancheng_phone],
|
|
['name' => 'tiancheng', 'cfg' => $tiancheng_phone],
|
|
|
|
+ ['name' => 'xunao', 'cfg' => $xunao_phone],
|
|
];
|
|
];
|
|
$config['phone_providers'] = $phone_providers;
|
|
$config['phone_providers'] = $phone_providers;
|