Ken 1 tuần trước cách đây
mục cha
commit
25c1843006

+ 3 - 0
app/Http/Controllers/api/ActivityReward.php

@@ -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) {