|
@@ -2526,6 +2526,51 @@ $dashang_phone = ['name' => 'dashang', 'store_id' => 127, 'qualitys' => '2',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$yuanta_phone = ['name' => 'yuanta', 'store_id' => 128, 'qualitys' => '5',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [
|
|
|
+// ['goods_id' => 7116, 'price' => 9.18, 'quality' => 5, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7116, 'price' => 9.15, 'quality' => 5, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7116, 'price' => 9.56, 'quality' => 5, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 20 => [
|
|
|
+// ['goods_id' => 7117, 'price' => 18.36, 'quality' => 5, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7117, 'price' => 18.3, 'quality' => 5, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7117, 'price' => 19.12, 'quality' => 5, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 30 => [
|
|
|
+// ['goods_id' => 7118, 'price' => 27.54, 'quality' => 5, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7118, 'price' => 27.45, 'quality' => 5, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7118, 'price' => 28.68, 'quality' => 5, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 7119, 'price' => 45.9, 'quality' => 5, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7119, 'price' => 45.75, 'quality' => 5, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7119, 'price' => 47.8, 'quality' => 5, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 7120, 'price' => 91.8, 'quality' => 5, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7120, 'price' => 91.5, 'quality' => 5, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7120, 'price' => 95.6, 'quality' => 5, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 7121, 'price' => 183.6, 'quality' => 5, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7121, 'price' => 183, 'quality' => 5, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7121, 'price' => 191.2, 'quality' => 5, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+// ['goods_id' => 7122, 'price' => 275.4, 'quality' => 5, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7122, 'price' => 274.5, 'quality' => 5, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7122, 'price' => 286.8, 'quality' => 5, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+// ['goods_id' => 7123, 'price' => 459, 'quality' => 5, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7123, 'price' => 457.5, 'quality' => 5, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7123, 'price' => 478, 'quality' => 5, 'card_type' => 'chinatelecom']
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -2623,6 +2668,7 @@ $phone_providers = [
|
|
|
['name' => 'jinfeng', 'cfg' => $jinfeng_phone],
|
|
|
['name' => 'hangtong', 'cfg' => $hangtong_phone],
|
|
|
['name' => 'dashang', 'cfg' => $dashang_phone],
|
|
|
+ ['name' => 'yuanta', 'cfg' => $yuanta_phone],
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|