Browse Source

for version 173

stanley-king 4 years ago
parent
commit
ccfb1c28ff

+ 1 - 1
data/config/dev/base.ini.php

@@ -106,4 +106,4 @@ $config['return_address'] = ['address' => '上海市金山区朱吕公路7335号
 $config['area_version'] = 5;
 $config['appjump_prefix'] = 'xyzshop://www.xyzshops.com';
 
-$config['client_setting'] = ['running' => 171,'home' => 0];
+$config['client_setting'] = ['running' => 172,'home' => 0];

+ 1 - 1
data/config/prod/base.ini.php

@@ -103,4 +103,4 @@ $config['area_version'] = 5;
 
 $config['appjump_prefix'] = 'xyzshop://www.xyzshops.com';
 
-$config['client_setting'] = ['running' => 171,'home' => 1041];
+$config['client_setting'] = ['running' => 172,'home' => 1044];

+ 1 - 1
data/config/test/base.ini.php

@@ -103,4 +103,4 @@ $config['return_address'] = ['address' => '上海市金山区朱吕公路7335号
 $config['area_version'] = 5;
 
 $config['appjump_prefix'] = 'xyzshop://www.xyzshops.com';
-$config['client_setting'] = ['running' => 171,'home' => 1041];
+$config['client_setting'] = ['running' => 172,'home' => 1044];

+ 1 - 2
mobile/control/index.php

@@ -52,8 +52,7 @@ class indexControl extends specialControl
             $spid = $setting['home'];
 
             if($version > $running) {
-//                $_GET['special_id'] = $spid;
-                $_GET['special_id'] = 0;
+                $_GET['special_id'] = $spid;
             }
             else {
                 $_GET['special_id'] = 0;

+ 3 - 0
test/TestMemberCard.php

@@ -199,6 +199,9 @@ class TestMemberCard extends TestCase
         }
     }
 
+    //docker-compose run phpcli php /var/www/html/phpunit-9.2.5.phar --filter "/(TestMemberCard::testAddMemberCard4Hg)( .*)?$/" --test-suffix TestMemberCard.php /var/www/html/test
+
+
     public function testDeduct()
     {
         $usercards = new mcard\user_mcards(36490);