shish преди 4 месеца
родител
ревизия
61742ae86b
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      biz-ghs/merchant/services/MerchantService.php
  2. 2 2
      biz-hd/merchant/services/SjService.php

+ 2 - 2
biz-ghs/merchant/services/MerchantService.php

@@ -114,8 +114,8 @@ class MerchantService extends BaseService
 
         MerchantInitClass::add(['sjId' => $sjId]);
 
-        //给30天时间
-        $deadTime = time()+2592000;
+        //给10天时间
+        $deadTime = time()+864000;
         //创建门店
         $shopData = [
             'shopName' => '首店',

+ 2 - 2
biz-hd/merchant/services/SjService.php

@@ -113,8 +113,8 @@ class SjService extends BaseService
         if (isset($applyData['appRegister']) && $applyData['appRegister'] == 1) {
             //$onlyCg = 0;
         }
-        //给30天时间
-        $deadTime = time()+2592000;
+        //给10天时间
+        $deadTime = time()+864000;
         //创建门店
         $shopData = [
             'shopName' => '首店',