作者 杨育虎
1 个管道 的构建 失败 耗费 4 秒

Merge branch 'dev' of http://114.215.101.231:8099/liuzhen/volunteer into dev

... ... @@ -612,7 +612,7 @@ class IndexController extends RestBaseController
/*检查用户id*/
$Volunteer=new \api\common\model\VolunteerModel();
$status=$Volunteer->getUserStatus($userId);
if ($status['code']!=4){
if ($status['code']!=4 && $status['code']!=3){
$this->error('成为正式志愿者后才能参加活动');
}
$type=input('type');
... ...