|
@@ -1202,6 +1202,32 @@ $yuanmai_phone = ['name' => 'yuanmai', 'store_id' => 71, 'qualitys' => '2',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$langke_phone = ['name' => 'langke', 'store_id' => 72, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [['goods_id' => 6700, 'price' => 9.75, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 20 => [['goods_id' => 6701, 'price' => 19.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 30 => [['goods_id' => 6702, 'price' => 29.25, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 50 => [['goods_id' => 6703, 'price' => 48.75, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 100 => [['goods_id' => 6704, 'price' => 97.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 200 => [['goods_id' => 6705, 'price' => 195, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 300 => [['goods_id' => 6706, 'price' => 292.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 500 => [['goods_id' => 6707, 'price' => 487.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
+$yunlingds_phone = ['name' => 'yunlingds', 'store_id' => 73, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [['goods_id' => 6708, 'price' => 9.53, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 20 => [['goods_id' => 6709, 'price' => 19.06, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 30 => [['goods_id' => 6710, 'price' => 28.59, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 50 => [['goods_id' => 6711, 'price' => 47.65, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 100 => [['goods_id' => 6712, 'price' => 95.3, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 200 => [['goods_id' => 6713, 'price' => 190.6, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 300 => [['goods_id' => 6714, 'price' => 285.9, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 500 => [['goods_id' => 6715, 'price' => 476.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -1248,7 +1274,9 @@ $phone_providers = [
|
|
|
['name' => 'fengyeman24', 'cfg' => $fengyeman24_phone],
|
|
|
['name' => 'moxj_yd', 'cfg' => $moxj_yd_phone],
|
|
|
['name' => 'xingzy', 'cfg' => $xingzy_phone],
|
|
|
- ['name' => 'yuanmai', 'cfg' => $yuanmai_phone]
|
|
|
+ ['name' => 'yuanmai', 'cfg' => $yuanmai_phone],
|
|
|
+ ['name' => 'langke', 'cfg' => $langke_phone],
|
|
|
+ ['name' => 'yunlingds', 'cfg' => $yunlingds_phone]
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|