Explorar el Código

审核通过给2年免费时间

shish hace 2 años
padre
commit
b6eb03740f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      biz-hd/merchant/services/SjService.php

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

@@ -44,7 +44,7 @@ class SjService extends BaseService
         $applyData['dist'] = $applyData['dist'] ?? '';
         $applyData['address'] = $applyData['address'] ?? '';
         $applyData['agentLevel'] = 1;
-        $deadline = time() + 365 * 86400;
+        $deadline = time() + 365 * 86400 * 2;
         $applyData['deadline'] = date("Y-m-d H:i:s", $deadline);
         if ($applyOpen) {
             $applyData['parentId'] = $applyData['introSjId'] ?? 0;