|
|
@@ -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;
|