|
@@ -158,6 +158,19 @@ $chuka_phone = ['name' => 'chuka', 'store_id' => 40,
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$amingjd_phone = ['name' => 'amingjd', 'store_id' => 41,
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 30 => [['goods_id' => 55, 'price' => 28.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ['goods_id' => 55, 'price' => 28.8, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 50 => [['goods_id' => 56, 'price' => 47.5, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ['goods_id' => 56, 'price' => 48, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 100 => [['goods_id' => 53, 'price' => 95, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ['goods_id' => 53, 'price' => 96, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 200 => [['goods_id' => 54, 'price' => 190, 'quality' => 1, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ['goods_id' => 54, 'price' => 192, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
|
+ ],
|
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
+
|
|
$phone_providers = [
|
|
$phone_providers = [
|
|
['name' => 'baizeyd', 'cfg' => $baizeyd, 'opened' => true, 'sort' => 1],
|
|
['name' => 'baizeyd', 'cfg' => $baizeyd, 'opened' => true, 'sort' => 1],
|
|
['name' => 'aming', 'cfg' => $aming_phone, 'opened' => true, 'sort' => 1],
|
|
['name' => 'aming', 'cfg' => $aming_phone, 'opened' => true, 'sort' => 1],
|
|
@@ -167,5 +180,6 @@ $phone_providers = [
|
|
['name' => 'yibao', 'cfg' => $yibao_phone, 'opened' => true, 'sort' => 1],
|
|
['name' => 'yibao', 'cfg' => $yibao_phone, 'opened' => true, 'sort' => 1],
|
|
['name' => 'amingyd', 'cfg' => $amingyd_phone, 'opened' => true, 'sort' => 1],
|
|
['name' => 'amingyd', 'cfg' => $amingyd_phone, 'opened' => true, 'sort' => 1],
|
|
['name' => 'chuka', 'cfg' => $chuka_phone, 'opened' => true, 'sort' => 1],
|
|
['name' => 'chuka', 'cfg' => $chuka_phone, 'opened' => true, 'sort' => 1],
|
|
|
|
+ ['name' => 'amingjd', 'cfg' => $amingjd_phone],
|
|
];
|
|
];
|
|
$config['phone_providers'] = $phone_providers;
|
|
$config['phone_providers'] = $phone_providers;
|