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 @@
 <div class="think-box-shadow layui-form">
     <label class="layui-form-label"><b>Auth</b><br><span class="nowrap color-desc">授权方式</span></label>
     <div class="layui-input-block">
-        {foreach ['api'=>'微信公众平台直接模式','thr'=>'微信开放平台授权模式','test'=>'接口功能测试'] as $k=>$v}
+        {foreach ['api'=>'微信公众平台直接模式','thr'=>'微信开放平台授权模式','test'=>'微信接口功能测试'] as $k=>$v}
         <input type="radio" data-wechat-type="{$k}" name="wechat.type" value="{$k}" title="{$v}" lay-filter="wechat_type">
         {/foreach}
         <p class="help-block">请选择微信对接方式,其中<b>微信开放平台授权模式</b>需要微信开放平台支持,同时需要搭建 Service 服务!</p>
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 @@
 <form onsubmit="return false" data-auto="true" method="post" class='layui-form layui-card' autocomplete="off">
 
     <div class="layui-card-header padding-left-40 color-desc sub-span-blue">
-        使用微信开放平台授权模式时,需要单独搭建楚才开放平台 <span>Service</span> 服务,接口需要使用 <span>PHP-YAR</span> 或 <span>Json-Rpc</span> 模块通信。
+        使用微信开放平台授权模式时,需要单独搭建楚才开放平台 <span>Service</span> 服务,接口需要使用 <span>YAR</span> 或 <span>JsonRpc</span> 模块通信。
     </div>
 
     <div class="layui-card-body">