|
@@ -10588,6 +10588,51 @@ $menshang_sec_phone = ['name' => 'menshang_sec', 'store_id' => 395, 'qualitys' =
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$yeyepucnt_phone = ['name' => 'yeyepucnt', 'store_id' => 396, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [
|
|
|
+// ['goods_id' => 9105, 'price' => 10, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 9105, 'price' => 10, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 9105, 'price' => 10, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 20 => [
|
|
|
+// ['goods_id' => 9106, 'price' => 20, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 9106, 'price' => 20, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 9106, 'price' => 20, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 9107, 'price' => 30, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 9107, 'price' => 30, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9107, 'price' => 30, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 9108, 'price' => 50, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 9108, 'price' => 50, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9108, 'price' => 50, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 9109, 'price' => 100, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 9109, 'price' => 100, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9109, 'price' => 100, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 9110, 'price' => 200, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 9110, 'price' => 200, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9110, 'price' => 200, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 9111, 'price' => 300, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 9111, 'price' => 300, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9111, 'price' => 300, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 9112, 'price' => 500, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 9112, 'price' => 500, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 9112, 'price' => 500, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_p hone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -10900,10 +10945,11 @@ $phone_providers = [
|
|
|
['name' => 'tengyoujun_ylyw', 'cfg' => $tengyoujun_ylyw_phone],
|
|
|
['name' => 'tengyoujun_yj', 'cfg' => $tengyoujun_yj_phone],
|
|
|
// ['name' => 'huifen_fast', 'cfg' => $huifen_fast_phone],
|
|
|
- ['name' => 'xingchuang_sec', 'cfg' => $xingchuang_sec_phone],
|
|
|
+ ['name' => 'xingchuang_sec', 'cfg' => $xingchuang_sec_phone],
|
|
|
['name' => 'kachong_new', 'cfg' => $kachong_new_phone],
|
|
|
['name' => 'xingchuang_trd', 'cfg' => $xingchuang_trd_phone],
|
|
|
['name' => 'menshang_sec', 'cfg' => $menshang_sec_phone],
|
|
|
+ ['name' => 'yeyepucnt', 'cfg' => $yeyepucnt_phone],
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|