Skip to content

Tags: kevinfsz/wechat

Tags

3.3.2

Toggle 3.3.2's commit message
Bugfix. w7corp#667

3.3.1

Toggle 3.3.1's commit message
optimizes (w7corp#652)

* variable name shortening.

* Add callable.

* class name

* 🐛 开放平台 ServerGuard 覆盖基类 ServerGuard

* extensible

3.3.0

Toggle 3.3.0's commit message
Merge from open-platform branch. (w7corp#651)

* Remove stale code.

* Full namespace.

* protected vars.

* Cleanup

* Do nothing on the auth events.

* tweak.

* Remove @method announce

* rename.

* Unused code

3.2.7

Toggle 3.2.7's commit message
Merge pull request w7corp#631 from Hexor/hex_fix_bug_and_add_feature

修复一个创建卡券时的 bug, 添加获取微信门店类目表的api

3.2.6

Toggle 3.2.6's commit message
Merge pull request w7corp#624 from jeftom/master

Update OpenPlatform AppId

3.2.5

Toggle 3.2.5's commit message
fix naming (w7corp#580)

3.2.4

Toggle 3.2.4's commit message
Update Authorizer.php (w7corp#577)

remove url spaces

3.2.3

Toggle 3.2.3's commit message
Update Card.php (w7corp#562)

如果没有修改base_info,不需要向接口提交这个字段,如果提交了反而无法通过校验

3.2.2

Toggle 3.2.2's commit message
fixed downloadBill method result (w7corp#556)

Guzzle request options 建议是这样的:
[
    \GuzzleHttp\RequestOptions::STREAM => true
]
对账单返回的是一个\GuzzleHttp\Psr7\Stream对象,参数空导致Guzzle把响应当普通Response处理了,导致$stream->eof() === true
并且getContents方法是拿不到数据的,很容易对使用者造成迷惑

3.2.1

Toggle 3.2.1's commit message
增加小程序用jscode获取用户信息的接口 (w7corp#550)

* 新增硬件设备的处理接口适配

* 根据styleci修改格式

* 修改EVENT_MSG值修改错误

* 增加小程序通过jscode获取用户的openid,session_key和expires_in数据

* 修复之前格式改进的冲突

* 修复之前格式改进的冲突

* 修改miniappuser为mini_app_user