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