|
@@ -5481,6 +5481,51 @@ $jumeng_phone = ['name' => 'jumeng', 'store_id' => 215, 'qualitys' => '1',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$shantong_phone = ['name' => 'shantong', 'store_id' => 216, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [
|
|
|
+// ['goods_id' => 7805, 'price' => 9.75, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7805, 'price' => 9.75, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7805, 'price' => 9.75, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 20 => [
|
|
|
+// ['goods_id' => 7806, 'price' => 19.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7806, 'price' => 19.5, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7806, 'price' => 19.5 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 30 => [
|
|
|
+// ['goods_id' => 7807, 'price' => 29.25, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7807, 'price' => 29.25, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7807, 'price' => 29.25, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 50 => [
|
|
|
+// ['goods_id' => 7808, 'price' => 48.75, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7808, 'price' => 48.75, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7808, 'price' => 48.75, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 7809, 'price' => 97.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7809, 'price' => 97.5, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7809, 'price' => 97.5, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 7810, 'price' => 195, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7810, 'price' => 195, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7810, 'price' => 195, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+// 300 => [
|
|
|
+// ['goods_id' => 7811, 'price' => 292.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7811, 'price' => 292.5, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7811, 'price' => 292.5, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 500 => [
|
|
|
+// ['goods_id' => 7812, 'price' => 487.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7812, 'price' => 487.5, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7812, 'price' => 487.5, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -5655,6 +5700,8 @@ $phone_providers = [
|
|
|
['name' => 'guitong', 'cfg' => $guitong_phone],
|
|
|
['name' => 'jike', 'cfg' => $jike_phone],
|
|
|
['name' => 'jumeng', 'cfg' => $jumeng_phone],
|
|
|
+ ['name' => 'shantong', 'cfg' => $shantong_phone],
|
|
|
+
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|