|
@@ -617,8 +617,8 @@ $wantong_phone = ['name' => 'wantong', 'store_id' => 36, 'qualitys' => '4',
|
|
|
$zhongst_phone = ['name' => 'zhongst', 'store_id' => 39, 'qualitys' => '2',
|
|
|
'amount' => [
|
|
|
10 => [
|
|
|
- ['goods_id' => 6464, 'price' => 10.04, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
- ['goods_id' => 6464, 'price' => 10.1, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 6464, 'price' => 10.25, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6464, 'price' => 10.15, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
['goods_id' => 6464, 'price' => 10.01, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
],
|
|
|
|
|
@@ -2875,7 +2875,7 @@ $xiaoniu_hf_phone = ['name' => 'xiaoniu_hf', 'store_id' => 141, 'qualitys' => '3
|
|
|
|
|
|
$shuoruan_phone = ['name' => 'shuoruan', 'store_id' => 142, 'qualitys' => '2',
|
|
|
'amount' => [
|
|
|
-// 10 => [['goods_id' => 7219, 'price' => 9.97, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 10 => [['goods_id' => 7219, 'price' => 10.3, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
// 20 => [['goods_id' => 7220, 'price' => 19.94, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
// 30 => [['goods_id' => 7221, 'price' => 29.91, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
50 => [['goods_id' => 7222, 'price' => 49.85, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
@@ -2986,6 +2986,19 @@ $feimingyu_phone = ['name' => 'feimingyu', 'store_id' => 147, 'qualitys' => '1',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$dashang_normal_phone = ['name' => 'dashang_normal', 'store_id' => 148, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [['goods_id' => 7267, 'price' => 9.56, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 20 => [['goods_id' => 7268, 'price' => 19.12, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 30 => [['goods_id' => 7269, 'price' => 28.68, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 50 => [['goods_id' => 7270, 'price' => 47.8, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 100 => [['goods_id' => 7271, 'price' => 95.6, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 200 => [['goods_id' => 7272, 'price' => 191.2, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+// 300 => [['goods_id' => 7273, 'price' => 286.8, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+// 500 => [['goods_id' => 7274, 'price' => 478, '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],
|
|
@@ -3097,7 +3110,8 @@ $phone_providers = [
|
|
|
['name' => 'shuoruan', 'cfg' => $shuoruan_phone],
|
|
|
['name' => 'linzhu', 'cfg' => $linzhu_phone],
|
|
|
['name' => 'huafutongman', 'cfg' => $huafutongman_phone],
|
|
|
- ['name' => 'feimingyu', 'cfg' => $feimingyu_phone]
|
|
|
+ ['name' => 'feimingyu', 'cfg' => $feimingyu_phone],
|
|
|
+ ['name' => 'dashang_normal', 'cfg' => $dashang_normal_phone]
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|