WIN-2308041133\Administrator 4 月之前
父节点
当前提交
2cf9888a74
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

+ 1 - 1
app/common/repositories/store/order/StoreOrderRepository.php

@@ -3251,7 +3251,7 @@ class StoreOrderRepository extends BaseRepository
 
 
             // 处理二维码图片的路径,确保路径是相对网站根目录的
             // 处理二维码图片的路径,确保路径是相对网站根目录的
             $imageInfo['dir'] = tidy_url($imageInfo['dir'], null, $siteUrl);
             $imageInfo['dir'] = tidy_url($imageInfo['dir'], null, $siteUrl);
-
+            @file_put_contents('quanju.txt',json_encode($imageInfo)."-核销地址\r\n",8);
             // 保存二维码图片信息到附件仓库
             // 保存二维码图片信息到附件仓库
             $attachmentRepository->create(systemConfig('upload_type') ?: 1, -2, $orderId, [
             $attachmentRepository->create(systemConfig('upload_type') ?: 1, -2, $orderId, [
                 'attachment_category_id' => 0,
                 'attachment_category_id' => 0,