|
@@ -2616,6 +2616,19 @@ $menggu_hf_phone = ['name' => 'menggu_hf', 'store_id' => 131,'qualitys' => '2',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$duojing_phone = ['name' => 'duojing', 'store_id' => 132, 'qualitys' => '2',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [['goods_id' => 7139, 'price' => 9.97, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+// 20 => [['goods_id' => 7140, 'price' => 19.94, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+// 30 => [['goods_id' => 7141, 'price' => 29.91, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 50 => [['goods_id' => 7142, 'price' => 49.85, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 100 => [['goods_id' => 7143, 'price' => 99.7, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 200 => [['goods_id' => 7144, 'price' => 199.4, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+// 300 => [['goods_id' => 7145, 'price' => 299.1, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+// 500 => [['goods_id' => 7146, 'price' => 498.5, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -2715,6 +2728,7 @@ $phone_providers = [
|
|
|
['name' => 'dashang', 'cfg' => $dashang_phone],
|
|
|
['name' => 'yuanta', 'cfg' => $yuanta_phone],
|
|
|
['name' => 'menggu_hf', 'cfg' => $menggu_hf_phone],
|
|
|
+ ['name' => 'duojing', 'cfg' => $duojing_phone]
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|