|
@@ -5061,6 +5061,55 @@ $ruixundaman_phone = ['name' => 'ruixundaman', 'store_id' => 201, 'qualitys' =>
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$ruizhi_tax_phone = ['name' => 'ruizhi_tax', 'store_id' => 202, 'qualitys' => '2',
|
|
|
+ 'amount' => [
|
|
|
+ 5 => [
|
|
|
+ ['goods_id' => 7697, 'price' => 5.485, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7697, 'price' => 5.435, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 10 => [
|
|
|
+ ['goods_id' => 7698, 'price' => 10.67, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7698, 'price' => 10.5, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7698, 'price' => 10.62, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 20 => [
|
|
|
+ ['goods_id' => 7699, 'price' => 21.04, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7699, 'price' => 20.82, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7699, 'price' => 21, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 7700, 'price' => 31.41, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7700, 'price' => 31.23, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7700, 'price' => 31.41, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 7701, 'price' => 52.15, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7701, 'price' => 52.05, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7701, 'price' => 52.15, 'quality' => 2, 'card_type' => 'chinatelecom'],
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 7702, 'price' => 104, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7702, 'price' => 103.95, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7702, 'price' => 104, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 7703, 'price' => 208, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7703, 'price' => 207.9, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7703, 'price' => 208, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 7704, 'price' => 312, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7704, 'price' => 311.85, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7704, 'price' => 312, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 7705, 'price' => 520, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7705, 'price' => 519.75, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7705, 'price' => 520, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -5224,6 +5273,7 @@ $phone_providers = [
|
|
|
['name' => 'feimingyunew', 'cfg' => $feimingyunew_phone],
|
|
|
['name' => 'hangtongyj', 'cfg' => $hangtongyj_phone],
|
|
|
['name' => 'ruixundaman', 'cfg' => $ruixundaman_phone],
|
|
|
+ ['name' => 'ruizhi_tax', 'cfg' => $ruizhi_tax_phone],
|
|
|
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|