|
@@ -7012,7 +7012,7 @@ $dezhi_fs_phone = ['name' => 'dezhi_fs', 'store_id' => 256, 'qualitys' => '1',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
-$lechong_high_phone = ['name' => 'yelin_dx', 'store_id' => 257, 'qualitys' => '1',
|
|
|
+$yelin_dx_phone = ['name' => 'yelin_dx', 'store_id' => 257, 'qualitys' => '1',
|
|
|
'amount' => [
|
|
|
10 => [['goods_id' => 8127, 'price' => 9.67, 'quality' => 1, 'card_type' => 'chinatelecom']],
|
|
|
20 => [['goods_id' => 8128, 'price' => 19.34, 'quality' => 1, 'card_type' => 'chinatelecom']],
|
|
@@ -7239,6 +7239,7 @@ $phone_providers = [
|
|
|
['name' => 'ruixunda_fs', 'cfg' => $ruixunda_fs_phone],
|
|
|
['name' => 'lechong_high', 'cfg' => $lechong_high_phone],
|
|
|
['name' => 'dezhi_fs', 'cfg' => $dezhi_fs_phone],
|
|
|
+ ['name' => 'yelin_dx', 'cfg' => $yelin_dx_phone],
|
|
|
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|