shish 2 лет назад
Родитель
Сommit
28e5b84a08
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      biz-ghs/merchant/services/MerchantService.php

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

@@ -53,7 +53,7 @@ class MerchantService extends BaseService
         $applyData['address'] = $applyData['address'] ?? '';
         $applyData['agentLevel'] = 1;
         $applyData['parentId'] = $applyData['introSjId'] ?? 0;
-        $deadline = time() + 425 * 86400;
+        $deadline = time() + 395 * 86400;
         $applyData['deadline'] = date("Y-m-d H:i:s", $deadline);
         $applyData['parentId'] = $applyData['introSjId'] ?? 0;
         $applyData['parentShopId'] = $applyData['introShopId'] ?? 0;