lizhen_gitee преди 1 година
родител
ревизия
e8f0f17956
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      application/api/controller/Gift.php

+ 1 - 0
application/api/controller/Gift.php

@@ -48,6 +48,7 @@ class Gift extends Api
             ->group('log.gift_id')
             ->order('gift.price desc')
             ->select();
+        $list = list_domain_image($list,['image','special']);
         $this->success("获取成功!", $list);
     }