shish 4 tháng trước cách đây
mục cha
commit
61742ae86b

+ 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' => '首店',