|
|
@@ -147,10 +147,7 @@ class ClearController extends BaseController
|
|
|
$remainSecond = bcsub($remainSecond, 100);
|
|
|
$remainSecond = $remainSecond > 0 ? $remainSecond : 0;
|
|
|
$clear['remainSecond'] = $remainSecond;
|
|
|
-
|
|
|
- $ghsShopId = $clear['ghsShopId'] ?? 0;
|
|
|
- $ghsShopInfo = ShopClass::getById($ghsShopId, true);
|
|
|
- $clear['hasRenew'] = $ghsShopInfo->hasRenew ?? 0;
|
|
|
+ $clear['hasRenew'] = 1;
|
|
|
util::success($clear);
|
|
|
}
|
|
|
|