zb727 hai 1 ano
pai
achega
9f1281b904

+ 8 - 0
data/config/mh/refill.ini.php

@@ -144,11 +144,19 @@ $dixin_slow = ['name' => 'dixin_slow', 'store_id' => 382,'qualitys' => '1',
 
 $weisanhuo_normal = ['name' => 'weisanhuo_normal', 'store_id' => 383, 'qualitys' => '1',
     'amount' => [
+        30 => [
+            ['goods_id' => 8990, 'price' => 28.44, 'quality' => 1, 'card_type' => 'chinaunicom'],
+        ],
+        50 => [
+            ['goods_id' => 8991, 'price' => 47.4, 'quality' => 1, 'card_type' => 'chinaunicom'],
+        ],
         100 => [
             ['goods_id' => 8992, 'price' => 96.5, 'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8992, 'price' => 94.8, 'quality' => 1, 'card_type' => 'chinaunicom'],
         ],
         200 => [
             ['goods_id' => 8993, 'price' => 193,'quality' => 1, 'card_type' => 'chinamobile'],
+            ['goods_id' => 8993, 'price' => 189.6,'quality' => 1, 'card_type' => 'chinaunicom'],
         ],
         300 => [
             ['goods_id' => 8994, 'price' => 289.5,'quality' => 1, 'card_type' => 'chinamobile'],

+ 7 - 0
helper/refill/api/mh/weisanhuo_normal/config.php

@@ -23,6 +23,13 @@ class config
                 300 => 'k-yd-300',
                 500 => 'k-yd-500'
             ],
+        mtopcard\ChinaUnicomCard =>
+            [
+                30 => 'k-lt-30',
+                50 => 'k-lt-50',
+                100 => 'k-lt-100',
+                200 => 'k-lt-200'
+            ]
     ];
 
     public static function sign(array $params, array $ignore = []): string