|
@@ -305,6 +305,34 @@ $fensheng_phone = ['name' => 'fensheng', 'store_id' => 45, 'qualitys' => '1',
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$riying_phone = ['name' => 'riying', 'store_id' => 49, 'qualitys' => '5',
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 10 => [
|
|
|
|
+ ['goods_id' => 79, 'price' => 9.2, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ],
|
|
|
|
+ 20 => [
|
|
|
|
+ ['goods_id' => 80, 'price' => 18.4, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ],
|
|
|
|
+ 30 => [
|
|
|
|
+ ['goods_id' => 81, 'price' => 27.6, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ],
|
|
|
|
+ 50 => [
|
|
|
|
+ ['goods_id' => 82, 'price' => 46, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ],
|
|
|
|
+ 100 => [
|
|
|
|
+ ['goods_id' => 83, 'price' => 92, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ],
|
|
|
|
+ 200 => [
|
|
|
|
+ ['goods_id' => 84, 'price' => 184, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ],
|
|
|
|
+ 300 => [
|
|
|
|
+ ['goods_id' => 85, 'price' => 276, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom'],
|
|
|
|
+ ],
|
|
|
|
+ 500 => [
|
|
|
|
+ ['goods_id' => 86, 'price' => 460, 'quality' => 5, '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],
|
|
@@ -318,5 +346,6 @@ $phone_providers = [
|
|
['name' => 'legou', 'cfg' => $legou_phone],
|
|
['name' => 'legou', 'cfg' => $legou_phone],
|
|
['name' => 'feiniao', 'cfg' => $feiniao_phone],
|
|
['name' => 'feiniao', 'cfg' => $feiniao_phone],
|
|
['name' => 'fensheng', 'cfg' => $fensheng_phone],
|
|
['name' => 'fensheng', 'cfg' => $fensheng_phone],
|
|
|
|
+ ['name' => 'riying', 'cfg' => $riying_phone],
|
|
];
|
|
];
|
|
$config['phone_providers'] = $phone_providers;
|
|
$config['phone_providers'] = $phone_providers;
|