芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/app/Models/RecurringInvoiceItemImage.php
external_link)) { return asset_url_local_s3(RecurringInvoiceItemImage::FILE_PATH . '/' . $this->invoice_recurring_item_id . '/' . $this->hashname); } elseif (!empty($this->external_link)) { return $this->external_link; } else { return ''; } } }