|
@@ -2182,6 +2182,19 @@ $miaoxt_fs_phone = ['name' => 'miaoxt_fs', 'store_id' => 116, 'qualitys' => '2',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$xianzhibb_phone = ['name' => 'xianzhibb', 'store_id' => 117, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [['goods_id' => 7019, 'price' => 9.55, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 20 => [['goods_id' => 7020, 'price' => 19.1, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 30 => [['goods_id' => 7021, 'price' => 28.65, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 50 => [['goods_id' => 7022, 'price' => 47.75, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 100 => [['goods_id' => 7023, 'price' => 95.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 200 => [['goods_id' => 7024, 'price' => 191, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 300 => [['goods_id' => 7025, 'price' => 286.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 500 => [['goods_id' => 7026, 'price' => 477.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -2268,6 +2281,7 @@ $phone_providers = [
|
|
|
// ['name' => 'xianghongruifs', 'cfg' => $xianghongruifs_phone]
|
|
|
['name' => 'yilin', 'cfg' => $yilin_phone],
|
|
|
['name' => 'miaoxt_fs', 'cfg' => $miaoxt_fs_phone],
|
|
|
+ ['name' => 'xianzhibb', 'cfg' => $xianzhibb_phone],
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|