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