|
@@ -1851,6 +1851,32 @@ $tianyan_phone = ['name' => 'tianyan', 'store_id' => 102, 'qualitys' => '1',
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$yunsuoyaoman_phone = ['name' => 'yunsuoyaoman', 'store_id' => 88,'qualitys' => '5',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 10 => [['goods_id' => 6805, 'price' => 9.03, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 20 => [['goods_id' => 6806, 'price' => 18.06, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 30 => [['goods_id' => 6807, 'price' => 27.09, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 50 => [['goods_id' => 6808, 'price' => 45.15, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 100 => [['goods_id' => 6809, 'price' => 90.3, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 200 => [['goods_id' => 6810, 'price' => 180.6, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 300 => [['goods_id' => 6811, 'price' => 270.9, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 500 => [['goods_id' => 6812, 'price' => 451.5, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
|
+ ],
|
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
+
|
|
|
|
+$youhe_phone = ['name' => 'youhe', 'store_id' => 103, 'qualitys' => '1',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 10 => [['goods_id' => 6917, 'price' => 9.53, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 20 => [['goods_id' => 6918, 'price' => 19.06, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 30 => [['goods_id' => 6919, 'price' => 28.59, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 50 => [['goods_id' => 6920, 'price' => 47.65, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 100 => [['goods_id' => 6921, 'price' => 95.3, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 200 => [['goods_id' => 6922, 'price' => 190.6, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 300 => [['goods_id' => 6923, 'price' => 285.9, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 500 => [['goods_id' => 6924, 'price' => 476.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
|
+ ],
|
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
+
|
|
$phone_providers = [
|
|
$phone_providers = [
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -1923,7 +1949,9 @@ $phone_providers = [
|
|
['name' => 'lechong', 'cfg' => $lechong_phone],
|
|
['name' => 'lechong', 'cfg' => $lechong_phone],
|
|
['name' => 'xinhengyang', 'cfg' => $xinhengyang_phone],
|
|
['name' => 'xinhengyang', 'cfg' => $xinhengyang_phone],
|
|
['name' => 'miaoxt', 'cfg' => $miaoxt_phone],
|
|
['name' => 'miaoxt', 'cfg' => $miaoxt_phone],
|
|
- ['name' => 'tianyan', 'cfg' => $tianyan_phone]
|
|
|
|
|
|
+ ['name' => 'tianyan', 'cfg' => $tianyan_phone],
|
|
|
|
+ ['name' => 'yunsuoyaoman', 'cfg' => $yunsuoyaoman_phone],
|
|
|
|
+ ['name' => 'youhe', 'cfg' => $youhe_phone]
|
|
];
|
|
];
|
|
$config['phone_providers'] = $phone_providers;
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|
|