|
@@ -6332,6 +6332,51 @@ $dazhanggui_phone = ['name' => 'dazhanggui', 'store_id' => 233, 'qualitys' => '1
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$yezi_hf_phone = ['name' => 'yezi_hf', 'store_id' => 234, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [
|
|
|
+ ['goods_id' => 7955, 'price' => 9.65, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7955, 'price' => 9.6, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7955, 'price' => 9.6, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 20 => [
|
|
|
+ ['goods_id' => 7956, 'price' => 19.3, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7956, 'price' => 19.2, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7956, 'price' => 19.2, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 7957, 'price' => 28.95, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7957, 'price' => 28.8, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7957, 'price' => 28.8, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 7958, 'price' => 48.25, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7958, 'price' => 48, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7958, 'price' => 48, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 7959, 'price' => 96.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7959, 'price' => 96, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7959, 'price' => 96, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 7960, 'price' => 193, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7960, 'price' => 192, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7960, 'price' => 192, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 7961, 'price' => 289.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7961, 'price' => 288, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7961, 'price' => 288, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 7962, 'price' => 482.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7962, 'price' => 480, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7962, 'price' => 480, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -6526,7 +6571,7 @@ $phone_providers = [
|
|
|
['name' => 'ziyugui', 'cfg' => $ziyugui_phone],
|
|
|
['name' => 'guitong_yi', 'cfg' => $guitong_yi_phone],
|
|
|
['name' => 'dazhanggui', 'cfg' => $dazhanggui_phone],
|
|
|
-
|
|
|
+ ['name' => 'yezi_hf', 'cfg' => $yezi_hf_phone],
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|
|
@@ -6579,4 +6624,4 @@ $third_providers = [
|
|
|
$config['third_providers'] = $third_providers;
|
|
|
|
|
|
$config['auto_find_channels'] = true;
|
|
|
-$config['cancel_retry_time'] = [10120 => ["9:00",'10:00','11:00']];
|
|
|
+$config['cancel_retry_time'] = [10120 => ["9:00",'10:00','11:00']];
|