From 5939dfa97937c86dd891838bf82dadb69b0bbdb5 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 9 Apr 2020 10:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BE=AE=E4=BF=A1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wechat/view/config/options.html | 2 +- app/wechat/view/config/options_thr.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/wechat/view/config/options.html b/app/wechat/view/config/options.html index eb7fa3900..283c0e36a 100644 --- a/app/wechat/view/config/options.html +++ b/app/wechat/view/config/options.html @@ -5,7 +5,7 @@
- {foreach ['api'=>'微信公众平台直接模式','thr'=>'微信开放平台授权模式','test'=>'接口功能测试'] as $k=>$v} + {foreach ['api'=>'微信公众平台直接模式','thr'=>'微信开放平台授权模式','test'=>'微信接口功能测试'] as $k=>$v} {/foreach}

请选择微信对接方式,其中微信开放平台授权模式需要微信开放平台支持,同时需要搭建 Service 服务!

diff --git a/app/wechat/view/config/options_thr.html b/app/wechat/view/config/options_thr.html index 9643508b3..beb1499e8 100644 --- a/app/wechat/view/config/options_thr.html +++ b/app/wechat/view/config/options_thr.html @@ -1,7 +1,7 @@
- 使用微信开放平台授权模式时,需要单独搭建楚才开放平台 Service 服务,接口需要使用 PHP-YARJson-Rpc 模块通信。 + 使用微信开放平台授权模式时,需要单独搭建楚才开放平台 Service 服务,接口需要使用 YARJsonRpc 模块通信。