https://github.com/insoxin/typecho-
typecho对接微信公众号API
https://github.com/insoxin/typecho-
Last synced: 3 months ago
JSON representation
typecho对接微信公众号API
- Host: GitHub
- URL: https://github.com/insoxin/typecho-
- Owner: insoxin
- License: agpl-3.0
- Created: 2017-08-11T10:10:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T02:51:54.000Z (about 6 years ago)
- Last Synced: 2025-04-08T20:23:41.691Z (6 months ago)
- Language: PHP
- Homepage: https://api.isoyu.com
- Size: 18.6 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typecho-
typecho对接微信公众号API
1.先上传wx_api123.php至所用主题根目录,改名为wx_api.php(里面的第二行的token值,可以随便改,但是一定要与另一个文件里的token值一样。),然后在微信 开发-》基本配置 里面,进行配置,网址填这个文件的地址,加上文件名,令牌写文件里的token值。2.验证成功之后,删除之前上传的文件,用wx_api.php,进行替换。
这样基本就可以了。