1 Star 5 Fork 5

Anyon / ThinkPlugsWechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

ThinkPlugsWechat for ThinkAdmin

Latest Stable Version Latest Unstable Version Total Downloads Monthly Downloads Daily Downloads PHP Version License

ThinkPlugsWechatThinkAdmin 的核心插件,提供全面的微信基础管理功能,基于 MIT 协议开源,免费可商用!

我们的主代码仓库位于 Gitee,而 Github 则作为镜像仓库,主要用于发布 Composer 包,方便广大开发者获取和使用。

请注意,安装此插件将会占用并替换 app/wechat 目录(采用先删除再写入的方式)。因此,如果您之前对 app/wechat 目录有过自定义修改,我们强烈建议您在安装插件前进行备份,否则这些修改可能会丢失。

此外,当您使用 Composer 卸载此插件时,请务必记得手动删除 app/wechat 目录及相关的数据表,因为这些内容不会被自动清理。

如果您希望保留自有的 app/wechat 目录,避免被插件更新替换,只需在该目录下创建一个名为 ignore 的文件(例如 app/wechat/ignore,请注意文件名不应有后缀)。这样,即使在执行插件安装或更新操作时,该目录也将被忽略,不会被更新替换。

安装插件

### 安装前建议尝试更新所有组件
composer update --optimize-autoloader

### 注意,插件仅支持在 ThinkAdmin v6.1 中使用
composer require zoujingli/think-plugs-wechat --optimize-autoloader

卸载插件

### 安装前建议尝试更新所有组件
composer update --optimize-autoloader

### 插件卸载不会删除数据表和 app/wechat 的代码
### 卸载后通过 composer update 时不会再更新,其他依赖除外
composer remove zoujingli/think-plugs-wechat

功能节点

可根据下面的功能节点配置菜单和访问权限,按钮操作级别的节点未展示!

  • 微信接口配置:wechat/config/options
  • 微信支付配置:wechat/config/payment
  • 微信粉丝管理:wechat/fans/index
  • 微信图文管理:wechat/news/index
  • 微信菜单配置:wechat/menu/index
  • 回复规则管理:wechat/keys/index
  • 关注自动回复:wechat/auto/index
  • 微信支付管理:wechat/payment.record/index
  • 微信退款管理:wechat/payment.refund/index

插件数据库

本插件涉及数据表有:

  • 微信-回复:wechat_auto
  • 微信-粉丝:wechat_fans
  • 微信-标签:wechat_fans_tags
  • 微信-规则:wechat_keys
  • 微信-素材:wechat_media
  • 微信-图文:wechat_news
  • 微信-文章:wechat_news_article
  • 微信-支付:wechat_payment_record
  • 微信-退款:wechat_payment_refund

版权说明

ThinkPlugsWechat 遵循 MIT 开源协议发布,并免费提供使用。

本项目包含的第三方源码和二进制文件的版权信息将另行标注,请在对应文件查看。

版权所有 Copyright © 2014-2024 by ThinkAdmin (https://thinkadmin.top) All rights reserved。

MIT License Copyright (c) 2022~2024 Anyon <zoujingli@qq.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

ThinkAdmin 微信管理插件,微信基础管理模块,MIT 协议开源免费可商用! 展开 收起
PHP 等 2 种语言
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
PHP
1
https://gitee.com/zoujingli/think-plugs-wechat.git
git@gitee.com:zoujingli/think-plugs-wechat.git
zoujingli
think-plugs-wechat
ThinkPlugsWechat
master

搜索帮助