|
@@ -970,6 +970,64 @@ $yinteng_phone = ['name' => 'yinteng', 'store_id' => 63, 'qualitys' => '1',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$moxj_phone = ['name' => 'moxj', 'store_id' => 64, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [
|
|
|
+ ['goods_id' => 6636, 'price' => 9.48, 'quality' => 1, 'card_type' => 'chinaunicom']
|
|
|
+ ],
|
|
|
+ 20 => [
|
|
|
+ ['goods_id' => 6637, 'price' => 18.96, 'quality' => 1, 'card_type' => 'chinaunicom']
|
|
|
+ ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 6638, 'price' => 28.44, 'quality' => 1, 'card_type' => 'chinaunicom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 6639, 'price' => 47.4, 'quality' => 1, 'card_type' => 'chinaunicom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 6640, 'price' => 94.8, 'quality' => 1, 'card_type' => 'chinaunicom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 6641, 'price' => 189.6, 'quality' => 1, 'card_type' => 'chinaunicom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 6642, 'price' => 284.4, 'quality' => 1, 'card_type' => 'chinaunicom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 6643, 'price' => 474, 'quality' => 1, 'card_type' => 'chinaunicom']
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
+$moxj_fs_phone = ['name' => 'moxj_fs', 'store_id' => 65, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [
|
|
|
+ ['goods_id' => 6644, 'price' => 9.48, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
+ ],
|
|
|
+ 20 => [
|
|
|
+ ['goods_id' => 6645, 'price' => 18.96, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
+ ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 6646, 'price' => 28.44, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 6647, 'price' => 47.4, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 6648, 'price' => 94.8, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 6649, 'price' => 189.6, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 6650, 'price' => 284.4, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 6651, 'price' => 474, 'quality' => 1, 'card_type' => 'chinamobile']
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -1008,7 +1066,9 @@ $phone_providers = [
|
|
|
['name' => 'xiaochuang', 'cfg' => $xiaochuang_phone],
|
|
|
['name' => 'zanzan', 'cfg' => $zanzan_phone],
|
|
|
['name' => 'feinimoshu_hf', 'cfg' => $feinimoshu_hf_phone],
|
|
|
- ['name' => 'yinteng', 'cfg' => $yinteng_phone]
|
|
|
+ ['name' => 'yinteng', 'cfg' => $yinteng_phone],
|
|
|
+ ['name' => 'moxj', 'cfg' => $moxj_phone],
|
|
|
+ ['name' => 'moxj_fs', 'cfg' => $moxj_fs_phone]
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|