|
@@ -333,6 +333,19 @@ $tonglu_phone = ['name' => 'tonglu', 'store_id' => 33,'qualitys' => '4',
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$xc_phone = ['name' => 'xc', 'store_id' => 34,'qualitys' => '1',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 10 => [['goods_id' => 6430, 'price' => 9.6, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 20 => [['goods_id' => 6431, 'price' => 19.2, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 30 => [['goods_id' => 6432, 'price' => 28.8, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 50 => [['goods_id' => 6433, 'price' => 48, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 100 => [['goods_id' => 6434, 'price' => 96, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 200 => [['goods_id' => 6435, 'price' => 192, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 300 => [['goods_id' => 6436, 'price' => 288, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 500 => [['goods_id' => 6437, 'price' => 480, '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],
|
|
@@ -350,5 +363,6 @@ $phone_providers = [
|
|
['name' => 'tongy', 'cfg' => $tongy_phone],
|
|
['name' => 'tongy', 'cfg' => $tongy_phone],
|
|
['name' => 'weiyi', 'cfg' => $weiyi_phone],
|
|
['name' => 'weiyi', 'cfg' => $weiyi_phone],
|
|
['name' => 'tonglu', 'cfg' => $tonglu_phone],
|
|
['name' => 'tonglu', 'cfg' => $tonglu_phone],
|
|
|
|
+// ['name' => 'xc', 'cfg' => $xc_phone],
|
|
];
|
|
];
|
|
$config['phone_providers'] = $phone_providers;
|
|
$config['phone_providers'] = $phone_providers;
|