diff --git a/app/api/service/Identity.php b/app/api/service/Identity.php index e7f1b155..b42fc9ad 100644 --- a/app/api/service/Identity.php +++ b/app/api/service/Identity.php @@ -108,9 +108,9 @@ class Identity extends BaseService { // 当期用户信息 $userInfo = UserService::getCurrentLoginUser(true); - if (UserService::isStore()) { - throwError('非法操作'); - } +// if (UserService::isStore()) { +// throwError('非法操作'); +// } // 获取充值方案列表 $model = new \app\api\model\user\Identity(); $planList = $model->getList(['type' => IdentityEnum::DEALER]);