@@ -32,7 +32,7 @@ class ApplyController extends BaseController
$shop = $this->shop;
$pfShopId = $shop->pfShopId ?? 0;
if (!empty($pfShopId)) {
- util::fail('已经开通过了,无需重复申请');
+ util::fail('已经开通过了');
}
$mobile = $shop->mobile ?? 0;
if (empty($mobile)) {