|
@@ -333,16 +333,16 @@ $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',
|
|
|
|
|
|
+$xc_phone = ['name' => 'xc', 'store_id' => 34, 'qualitys' => '4',
|
|
'amount' => [
|
|
'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']]
|
|
|
|
|
|
+ 10 => [['goods_id' => 6430, 'price' => 9.6, 'quality' => 4, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 20 => [['goods_id' => 6431, 'price' => 19.2, 'quality' => 4, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 30 => [['goods_id' => 6432, 'price' => 28.8, 'quality' => 4, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 50 => [['goods_id' => 6433, 'price' => 48, 'quality' => 4, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 100 => [['goods_id' => 6434, 'price' => 96, 'quality' => 4, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 200 => [['goods_id' => 6435, 'price' => 192, 'quality' => 4, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 300 => [['goods_id' => 6436, 'price' => 288, 'quality' => 4, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 500 => [['goods_id' => 6437, 'price' => 480, 'quality' => 4, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
@@ -359,10 +359,9 @@ $phone_providers = [
|
|
['name' => 'afandeng', 'cfg' => $afandeng_phone],
|
|
['name' => 'afandeng', 'cfg' => $afandeng_phone],
|
|
['name' => 'afandnew', 'cfg' => $afandnew_phone],
|
|
['name' => 'afandnew', 'cfg' => $afandnew_phone],
|
|
['name' => 'lingzh', 'cfg' => $lingzh_phone],
|
|
['name' => 'lingzh', 'cfg' => $lingzh_phone],
|
|
-// ['name' => 'lingzhdl', 'cfg' => $lingzhdl_phone],
|
|
|
|
['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],
|
|
|
|
|
|
+ ['name' => 'xc', 'cfg' => $xc_phone]
|
|
];
|
|
];
|
|
$config['phone_providers'] = $phone_providers;
|
|
$config['phone_providers'] = $phone_providers;
|