Ken 15 giờ trước cách đây
mục cha
commit
dc017e8482
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Http/Controllers/api/ActivityReward.php

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

@@ -27,6 +27,7 @@ class ActivityReward extends BaseController
     {
         try {
             $data['rule'] = ConfigService::getVal("activity_rule");
+            $data['service_customer'] = ConfigService::getVal("benefits_service_customer");
             $data['rebate']['title'] = ConfigService::getRemark("benefits_bibi_return");
             $data['rebate']['sub_title'] = ConfigService::getVal("benefits_bibi_return");
         } catch (Exception $e) {