|
@@ -36,6 +36,9 @@ class ActivityReward extends BaseController
|
|
|
}
|
|
}
|
|
|
return $activity;
|
|
return $activity;
|
|
|
})->toArray();
|
|
})->toArray();
|
|
|
|
|
+ foreach ($list as &$item) {
|
|
|
|
|
+ unset($item['activity_user']);
|
|
|
|
|
+ }
|
|
|
} catch (ValidationException $e) {
|
|
} catch (ValidationException $e) {
|
|
|
return $this->error($e->validator->errors()->first());
|
|
return $this->error($e->validator->errors()->first());
|
|
|
} catch (Exception $e) {
|
|
} catch (Exception $e) {
|