Ken 20 ore fa
parent
commit
dc017e8482
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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) {