소스 검색

图片全路径bug

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);
     }