This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* 微信PHP-SDK | |
* 服务器端必须要有 CURL 支持 | |
* 2015年7月修正版本 | |
* @author 、小陈叔叔 <[email protected]> | |
* https://coding.net/u/cjango/p/wechat_sdk/git | |
* 7月10日,完善红包功能, | |
*/ | |
namespace Tools; |
NewerOlder