|
@@ -1211,6 +1211,19 @@ $yunlingds_phone = ['name' => 'yunlingds', 'store_id' => 73, 'qualitys' => '1',
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$lingzhman_phone = ['name' => 'lingzhman', 'store_id' => 74, 'qualitys' => '5',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 10 => [['goods_id' => 6716, 'price' => 9, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 20 => [['goods_id' => 6717, 'price' => 18, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 30 => [['goods_id' => 6718, 'price' => 27, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 50 => [['goods_id' => 6719, 'price' => 45, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 100 => [['goods_id' => 6720, 'price' => 90, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 200 => [['goods_id' => 6721, 'price' => 180, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 300 => [['goods_id' => 6722, 'price' => 270, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 500 => [['goods_id' => 6723, 'price' => 450, 'quality' => 5, '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],
|
|
@@ -1259,7 +1272,8 @@ $phone_providers = [
|
|
['name' => 'xingzy', 'cfg' => $xingzy_phone],
|
|
['name' => 'xingzy', 'cfg' => $xingzy_phone],
|
|
['name' => 'yuanmai', 'cfg' => $yuanmai_phone],
|
|
['name' => 'yuanmai', 'cfg' => $yuanmai_phone],
|
|
['name' => 'langke', 'cfg' => $langke_phone],
|
|
['name' => 'langke', 'cfg' => $langke_phone],
|
|
- ['name' => 'yunlingds', 'cfg' => $yunlingds_phone]
|
|
|
|
|
|
+ ['name' => 'yunlingds', 'cfg' => $yunlingds_phone],
|
|
|
|
+ ['name' => 'lingzhman', 'cfg' => $lingzhman_phone]
|
|
];
|
|
];
|
|
$config['phone_providers'] = $phone_providers;
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|
|