Ken 2 tuần trước cách đây
mục cha
commit
0189c21863
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      app/Http/Controllers/api/ActivityReward.php

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

@@ -27,11 +27,8 @@ class ActivityReward extends BaseController
     {
         try {
             $data['rule'] = ConfigService::getVal("activity_rule");
-
             $data['rebate']['title'] = ConfigService::getRemark("benefits_bibi_return");
             $data['rebate']['sub_title'] = ConfigService::getVal("benefits_bibi_return");
-
-
         } catch (Exception $e) {
             return $this->error($e->getMessage(), [], $e->getCode());
         }