...
|
...
|
@@ -282,7 +282,7 @@ class Car extends Backend |
|
|
}
|
|
|
|
|
|
function createMiniProgramQRCode($accessToken, $path, $width = 430) {
|
|
|
$path = 'pages/module/intercityOrder?'.$path; // 小程序内的页面路径
|
|
|
$path = 'pages/module/intercityOrder?url='.$path; // 小程序内的页面路径
|
|
|
$url = "https://api.weixin.qq.com/wxa/getwxacode?access_token={$accessToken}";
|
|
|
$data = json_encode([
|
|
|
'path' => $path,
|
...
|
...
|
|