|
@@ -2818,51 +2818,7 @@ $canbin_phone = [
|
|
|
// ]
|
|
|
]
|
|
|
];
|
|
|
-$canbin_sec_phone = [
|
|
|
- 'name' => 'canbin_sec', 'store_id' => 365, 'qualitys' => '1', 'official_sn' => true, 'refill_type' => 'api',
|
|
|
- 'amount' => [
|
|
|
-// 10 => [
|
|
|
-// ['goods_id' => 8938, 'price' => 10, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
-// ['goods_id' => 8938, 'price' => 10, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
-// ['goods_id' => 8938, 'price' => 10, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
-// ],
|
|
|
-// 20 => [
|
|
|
-// ['goods_id' => 8939, 'price' => 20, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
-// ['goods_id' => 8939, 'price' => 20, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
-// ['goods_id' => 8939, 'price' => 20, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
-// ],
|
|
|
- 30 => [
|
|
|
-// ['goods_id' => 8940, 'price' => 30, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 8940, 'price' => 28.38, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
-// ['goods_id' => 8940, 'price' => 30, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
- ],
|
|
|
- 50 => [
|
|
|
- ['goods_id' => 8941, 'price' => 48.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 8941, 'price' => 47.3, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
- ['goods_id' => 8941, 'price' => 48.6, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
- ],
|
|
|
- 100 => [
|
|
|
- ['goods_id' => 8942, 'price' => 97, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 8942, 'price' => 94.6, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
- ['goods_id' => 8942, 'price' => 97.2, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
- ],
|
|
|
- 200 => [
|
|
|
- ['goods_id' => 8943, 'price' => 194, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 8943, 'price' => 189.2, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
- ['goods_id' => 8943, 'price' => 194.4, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
- ],
|
|
|
-// 300 => [
|
|
|
-// ['goods_id' => 8944, 'price' => 300, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
-// ['goods_id' => 8944, 'price' => 300, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
-// ['goods_id' => 8944, 'price' => 300, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
-// ],
|
|
|
-// 500 => [
|
|
|
-// ['goods_id' => 8945, 'price' => 500, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
-// ['goods_id' => 8945, 'price' => 500, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
-// ['goods_id' => 8945, 'price' => 500, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
-// ]
|
|
|
- ]
|
|
|
-];
|
|
|
+
|
|
|
$canbin_jingdong_phone = [
|
|
|
'name' => 'canbin_jingdong', 'store_id' => 366, 'qualitys' => '1', 'official_sn' => true, 'refill_type' => 'api',
|
|
|
'amount' => [
|
|
@@ -3064,7 +3020,6 @@ $phone_providers = [
|
|
|
[ 'name' => 'tetengsu_sec', 'cfg' => $tetengsu_sec_phone ],
|
|
|
[ 'name' => 'techaohe_trd', 'cfg' => $techaohe_trd_phone ],
|
|
|
[ 'name' => 'canbin', 'cfg' => $canbin_phone ],
|
|
|
- [ 'name' => 'canbin_sec', 'cfg' => $canbin_sec_phone ],
|
|
|
[ 'name' => 'canbin_jingdong', 'cfg' => $canbin_jingdong_phone ],
|
|
|
[ 'name' => 'canbin_fs', 'cfg' => $canbin_fs_phone ],
|
|
|
[ 'name' => 'yeyekcthreehv', 'cfg' => $yeyekcthreehv_phone ],
|