diff --git a/app/wechat/controller/Config.php b/app/wechat/controller/Config.php index ac5ce80e9..a5b88fa9b 100644 --- a/app/wechat/controller/Config.php +++ b/app/wechat/controller/Config.php @@ -37,10 +37,10 @@ class Config extends Controller public function options() { $this->_applyFormToken(); - $this->thrNotify = url('@wechat/api.push', [], false, true)->build(); + $this->thrNotify = sysuri('wechat/api.push/index', [], false, true); if ($this->request->isGet()) { try { - $source = enbase64url(url('@admin', [], false, true) . '#' . $this->request->url()); + $source = enbase64url(sysuri('admin/index/index', [], false, true) . '#' . $this->request->url()); $this->authurl = "http://open.cuci.cc/service/api.push/auth?source={$source}"; if (input('?appid') && input('?appkey')) { sysconf('wechat.type', 'thr'); @@ -70,8 +70,8 @@ class Config extends Controller } } sysoplog('微信管理', '修改微信授权配置成功'); - $location = url('@wechat/config/options') . '?uniqid=' . uniqid(); - $this->success('微信参数修改成功!', url('@admin') . "#{$location}"); + $location = url('wechat/config/options') . '?uniqid=' . uniqid(); + $this->success('微信参数修改成功!', sysuri('admin/index/index') . "#{$location}"); } } diff --git a/app/wechat/controller/Keys.php b/app/wechat/controller/Keys.php index 17f2a7b59..5cad75c61 100644 --- a/app/wechat/controller/Keys.php +++ b/app/wechat/controller/Keys.php @@ -76,7 +76,7 @@ class Keys extends Controller protected function _index_page_filter(&$data) { foreach ($data as &$vo) { - $vo['qrc'] = url('@wechat/keys/index') . "?action=qrc&keys={$vo['keys']}"; + $vo['qrc'] = url('wechat/keys/index') . "?action=qrc&keys={$vo['keys']}"; $vo['type'] = isset($this->types[$vo['type']]) ? $this->types[$vo['type']] : $vo['type']; } } diff --git a/app/wechat/controller/api/Login.php b/app/wechat/controller/api/Login.php index 5cb9a6862..0491023b0 100644 --- a/app/wechat/controller/api/Login.php +++ b/app/wechat/controller/api/Login.php @@ -48,7 +48,7 @@ class Login extends Controller { $mode = intval(input('mode', '0')); $code = $this->prefix . md5(uniqid('t', true) . rand(10000, 99999)); - $text = url('@wechat/api.login/oauth', [], false, true) . "?code={$code}&mode={$mode}"; + $text = url('wechat/api.login/oauth', [], false, true) . "?code={$code}&mode={$mode}"; // 生成二维码并返回结果 $qrcode = new \Endroid\QrCode\QrCode(); $qrcode->setText($text)->setSize(300)->setPadding(20); diff --git a/app/wechat/controller/api/Test.php b/app/wechat/controller/api/Test.php index 58d81191b..d1eeb8326 100644 --- a/app/wechat/controller/api/Test.php +++ b/app/wechat/controller/api/Test.php @@ -36,7 +36,7 @@ class Test extends Controller */ public function jsapi_qrc() { - $this->url = url('@wechat/api.test/jsapi', [], false, true); + $this->url = url('wechat/api.test/jsapi', [], false, true); return $this->showQrc($this->url); } @@ -49,7 +49,7 @@ class Test extends Controller */ public function oauth_qrc() { - $this->url = url('@wechat/api.test/oauth', [], false, true); + $this->url = url('wechat/api.test/oauth', [], false, true); return $this->showQrc($this->url); } @@ -62,7 +62,7 @@ class Test extends Controller */ public function jssdk_qrc() { - $this->url = url('@wechat/api.test/jssdk', [], false, true); + $this->url = url('wechat/api.test/jssdk', [], false, true); return $this->showQrc($this->url); } @@ -96,7 +96,7 @@ class Test extends Controller 'body' => '测试商品', 'total_fee' => '1', 'trade_type' => 'NATIVE', - 'notify_url' => url('@wechat/api.test/notify', [], false, true)->build(), + 'notify_url' => url('wechat/api.test/notify', [], false, true)->build(), 'out_trade_no' => CodeExtend::uniqidNumber(18), 'spbill_create_ip' => $this->request->ip(), ]); @@ -154,7 +154,7 @@ class Test extends Controller 'body' => "测试商品,产品ID:{$notify['product_id']}", 'total_fee' => '1', 'trade_type' => 'NATIVE', - 'notify_url' => url('@wechat/api.test/notify', [], false, true)->build(), + 'notify_url' => url('wechat/api.test/notify', [], false, true)->build(), 'out_trade_no' => CodeExtend::uniqidDate(18), 'spbill_create_ip' => $this->request->ip(), ]; @@ -199,7 +199,7 @@ class Test extends Controller 'openid' => $user['openid'], 'total_fee' => '1', 'trade_type' => 'JSAPI', - 'notify_url' => url('@wechat/api.test/notify', [], false, true), + 'notify_url' => url('wechat/api.test/notify', [], false, true), 'out_trade_no' => CodeExtend::uniqidDate(18), 'spbill_create_ip' => $this->request->ip(), ]); diff --git a/app/wechat/view/api/review/news.html b/app/wechat/view/api/review/news.html index 09a08a6b7..2a25d3108 100644 --- a/app/wechat/view/api/review/news.html +++ b/app/wechat/view/api/review/news.html @@ -6,12 +6,12 @@ {notempty name='news.articles'} {foreach $news.articles as $k => $v} {if $k < 1} - + {if $v.title}{$v.title}{/if}
{else} - + {$v.title} diff --git a/app/wechat/view/config/options_tst.html b/app/wechat/view/config/options_tst.html index e93868eb5..8b545a002 100644 --- a/app/wechat/view/config/options_tst.html +++ b/app/wechat/view/config/options_tst.html @@ -16,29 +16,29 @@支付测试配置
- JSAPI 支付测试需要在微信商户平台配置支付目录:{:url('@wechat/api.test/',[],'',true)}网页授权
JSSDK签名
JSAPI支付
扫码支付①
扫码支付②