|
@@ -113,7 +113,7 @@ class Wechat extends Base
|
|
|
public function wxacode()
|
|
|
{
|
|
|
$scene = $this->request->get('scene', '');
|
|
|
- $this->error($scene);
|
|
|
+ $this->error($scene);die();
|
|
|
$path = $this->request->get('path', '');
|
|
|
if (empty($path)) {
|
|
|
$path = 'pages/index/index';
|