@@ -131,7 +131,7 @@ class ApplyController extends BaseController
//前期限制只有批发店邀请了才能注册
$introShopId = $post['introShopId'] ?? 0;
if (empty($introShopId)) {
- util::fail('请找批发店才能注册');
+ util::fail('批发店推荐才能注册');
}
$shopName = $post['name'] ?? '';