diff --git a/application/wechat/view/config/index.html b/application/wechat/view/config/index.html index 63fbacff6..8c616db8c 100644 --- a/application/wechat/view/config/index.html +++ b/application/wechat/view/config/index.html @@ -104,7 +104,7 @@

微信昵称:{$wechat.nick_name}

-

微信类型:{if $wechat.service_type_info eq 2}服务号{elseif $wechat.service_type_info eq 3}小程序{else}订阅号{/if} / +

微信类型:{if $wechat.service_type eq 2}服务号{elseif $wechat.service_type eq 3}小程序{else}订阅号{/if} / {$wechat.verify_type_info == -1 ? '未认证' : '已认证'}

注册公司:{$wechat.principal_name}

授权绑定:{$wechat.create_at|format_datetime}