shish 2 lat temu
rodzic
commit
def6c255a7
1 zmienionych plików z 1 dodań i 1 usunięć
  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() + 365 * 86400 * 2;
+        $deadline = time() + 425 * 86400;
         $applyData['deadline'] = date("Y-m-d H:i:s", $deadline);
         $applyData['parentId'] = $applyData['introSjId'] ?? 0;
         $applyData['parentShopId'] = $applyData['introShopId'] ?? 0;