Skip to content

Commit 9fed6c6

Browse files
committed
Merge branch 'release/v0.6.1'
2 parents 544f339 + 2324b7a commit 9fed6c6

File tree

12 files changed

+40
-2
lines changed

12 files changed

+40
-2
lines changed

README.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.. image:: docs/docs/img/logo.png
55

6-
当前最新版本:v0.6.0
6+
当前最新版本:v0.6.1
77

88
wechat-python-sdk 希望能帮你解决微信公众平台开发中的种种不便,让你可以专注于业务逻辑本身,而不是浪费精力在与微信服务器复杂的交互中。
99

@@ -82,6 +82,12 @@ wechat-python-sdk 于 2016 年 2 月份进行了一次较大规模升级,升
8282
ChangeLog
8383
----------------------------
8484

85+
v0.6.1
86+
^^^^^^^^^^^^^^^^^^^^^^^^^^^
87+
88+
* 修正了 jsapi_ticket 的获取出错问题
89+
* 代码结构的优化
90+
8591
v0.6.0
8692
^^^^^^^^^^^^^^^^^^^^^^^^^^^
8793

docs/docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ wechat-python-sdk 于 2016 年 2 月份进行了一次较大规模升级,升
6161

6262
## 更新历史
6363

64+
### v0.6.1
65+
66+
* 修正了 jsapi_ticket 的获取出错问题
67+
* 代码结构的优化
68+
6469
### v0.6.0
6570

6671
* 重新编写了文档, 添加了快速上手教程

old_docs/basic.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
微信官方接口操作 WechatBasic
22
=================================
33

4+
文档已经转移到新地址: `http://wechat-python-sdk.com/ <http://wechat-python-sdk.com/>`_
5+
=======================================================================================================================
6+
47
.. py:class:: wechat_sdk.basic.WechatBasic(token=None, appid=None, appsecret=None, partnerid=None, partnerkey=None, paysignkey=None, access_token=None, access_token_expires_at=None, jsapi_ticket=None, jsapi_ticket_expires_at=None, checkssl=False)
58
69
微信基本功能类

old_docs/context.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
上下文对话支持
33
==============================
44

5+
文档已经转移到新地址: `http://wechat-python-sdk.com/ <http://wechat-python-sdk.com/>`_
6+
=======================================================================================================================
7+
58
为了实现用户状态的维持与记录, ``wechat-python-sdk`` 实现了上下文对话功能。
69

710
**由于作者精力有限,目前仅实现了 Django 下的上下文对话支持,其他方式或其他框架下的上下文对话适配将在后续版本中逐渐完成。如果您有精力、有兴趣,欢迎向本项目贡献代码 :)**

old_docs/exceptions.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
异常类
22
=====================
33

4+
文档已经转移到新地址: `http://wechat-python-sdk.com/ <http://wechat-python-sdk.com/>`_
5+
=======================================================================================================================
6+
47
.. py:class:: wechat_sdk.exceptions.NeedParamError()
58
69
构造参数提供不全异常

old_docs/ext.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
微信非官方接口操作 WechatExt
33
==============================
44

5+
文档已经转移到新地址: `http://wechat-python-sdk.com/ <http://wechat-python-sdk.com/>`_
6+
=======================================================================================================================
7+
58
.. py:class:: wechat_sdk.ext.WechatExt(username, password [, token=None, cookies=None, appid=None, plugin_token=None, ifencodepwd=False, login=True, checkssl=False])
69
710
微信扩展功能类

old_docs/faq.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
FAQ 汇总
33
==========================
44

5+
文档已经转移到新地址: `http://wechat-python-sdk.com/ <http://wechat-python-sdk.com/>`_
6+
=======================================================================================================================
7+
58
1. 当使用 == 操作符比较两边内容时出现警告:
69

710
::

old_docs/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
微信公众平台 Python 开发包文档
22
====================================
33

4+
文档已经转移到新地址: `http://wechat-python-sdk.com/ <http://wechat-python-sdk.com/>`_
5+
=======================================================================================================================
6+
47
非官方微信公众平台 Python 开发包,包括官方接口和非官方接口。
58

69
* 官方接口依据公众平台开发者文档编写,可以实现公众平台开发者文档中的所有内容,具体不列举,请查看 ``WechatBasic`` 文档;

old_docs/install.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
安装
22
=================
33

4+
文档已经转移到新地址: `http://wechat-python-sdk.com/ <http://wechat-python-sdk.com/>`_
5+
=======================================================================================================================
6+
47
自动安装
58
-----------------
69

old_docs/messages.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
微信消息类 WechatMessage
22
===========================
33

4+
文档已经转移到新地址: `http://wechat-python-sdk.com/ <http://wechat-python-sdk.com/>`_
5+
=======================================================================================================================
6+
47
目前此开发包提供以下几种消息类:``TextMessage`` (文本消息类), ``ImageMessage`` (图片消息类), ``VideoMessage`` (视频消息类), ``LocationMessage`` (位置消息类), ``LinkMessage`` (链接消息类), ``EventMessage`` (事件消息类), ``VoiceMessage`` (语音消息类),它们都继承自 ``WechatMessage`` (公共消息类)
58

69
这些消息类都在 ``wechat_sdk.messages`` 中定义

0 commit comments

Comments
 (0)