作者 sgj
1 个管道 的构建 失败 耗费 14 秒

修改相关规则

... ... @@ -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');
... ...