liugc 1 anno fa
parent
commit
5ec19cb084
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/workerapi/logic/GoodsCategoryLogic.php

+ 1 - 0
app/workerapi/logic/GoodsCategoryLogic.php

@@ -29,6 +29,7 @@ class GoodsCategoryLogic extends BaseLogic
                 false
             );
             $qrcode = $response->getContent();
+            Log::info('生成小程序码:['.$qrcode.']');
             if(!is_dir('./uploads/wx_qrcode/'.date('Ymd'))){
                 mkdir('./uploads/wx_qrcode/'.date('Ymd'));
             }