mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-12 19:12:49 +00:00
删除多余引用
This commit is contained in:
parent
78e79175a3
commit
eb0c12fa0e
@ -108,6 +108,8 @@ class WechatController
|
|||||||
if (($strlen = stripos($wechatQrcode, 'uploads')) !== false) {
|
if (($strlen = stripos($wechatQrcode, 'uploads')) !== false) {
|
||||||
$wechatQrcode = substr($wechatQrcode, $strlen);
|
$wechatQrcode = substr($wechatQrcode, $strlen);
|
||||||
}
|
}
|
||||||
|
if (!$wechatQrcode)
|
||||||
|
return app('json')->fail('请上传二维码');
|
||||||
$canvas->setImageUrl($wechatQrcode)->setImageHeight(344)->setImageWidth(344)->setImageLeft(76)->setImageTop(76)->pushImageValue();
|
$canvas->setImageUrl($wechatQrcode)->setImageHeight(344)->setImageWidth(344)->setImageLeft(76)->setImageTop(76)->pushImageValue();
|
||||||
$image = $canvas->setFileName($name)->setImageType($imageType)->setPath($path)->setBackgroundWidth(500)->setBackgroundHeight(720)->starDrawChart();
|
$image = $canvas->setFileName($name)->setImageType($imageType)->setPath($path)->setBackgroundWidth(500)->setBackgroundHeight(720)->starDrawChart();
|
||||||
return app('json')->success('ok', ['path' => $image ? $siteUrl . '/' . $image : '']);
|
return app('json')->success('ok', ['path' => $image ? $siteUrl . '/' . $image : '']);
|
||||||
|
|||||||
@ -11,7 +11,6 @@ use crmeb\repositories\PaymentRepositories;
|
|||||||
use EasyWeChat\Foundation\Application;
|
use EasyWeChat\Foundation\Application;
|
||||||
use EasyWeChat\Payment\Order;
|
use EasyWeChat\Payment\Order;
|
||||||
use think\facade\Route as Url;
|
use think\facade\Route as Url;
|
||||||
use crmeb\interfaces\ProviderInterface;
|
|
||||||
use app\models\store\StoreOrder as StoreOrderRoutineModel;
|
use app\models\store\StoreOrder as StoreOrderRoutineModel;
|
||||||
use app\models\user\UserRecharge;
|
use app\models\user\UserRecharge;
|
||||||
|
|
||||||
@ -50,7 +49,7 @@ class MiniProgramService
|
|||||||
(self::$instance === null || $cache === true) && (self::$instance = new Application(self::options()));
|
(self::$instance === null || $cache === true) && (self::$instance = new Application(self::options()));
|
||||||
return self::$instance;
|
return self::$instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 小程序接口
|
* 小程序接口
|
||||||
* @return \EasyWeChat\MiniProgram\MiniProgram
|
* @return \EasyWeChat\MiniProgram\MiniProgram
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user