moonsflyer 6 tháng trước cách đây
mục cha
commit
2471051a57
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/adminapi/lists/gift_card/GiftCardInfoLists.php

+ 1 - 1
app/adminapi/lists/gift_card/GiftCardInfoLists.php

@@ -118,7 +118,7 @@ class GiftCardInfoLists extends BaseAdminDataLists implements ListsExtendInterfa
             ->toArray();
 //
         foreach ($lists as &$list) {
-            $list['qr_code_path']  = FileService::getFileUrl($list['qr_code_path']);
+            $list['qr_code_path']  = 'https://nongfaimg.sdshengyuekeji.cn/'.$list['qr_code_path'];
         }
 
         return $lists;