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