|
|
@@ -52,14 +52,12 @@ class ActivityReward extends BaseController
|
|
|
'member_id' => $memberId,
|
|
|
'status' => 0
|
|
|
]);
|
|
|
-
|
|
|
-
|
|
|
} catch (ValidationException $e) {
|
|
|
return $this->error($e->validator->errors()->first());
|
|
|
} catch (Exception $e) {
|
|
|
return $this->error($e->getMessage());
|
|
|
}
|
|
|
- return $this->success($activity);
|
|
|
+ return $this->success();
|
|
|
}
|
|
|
|
|
|
public function index(): JsonResponse
|