FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
weworkapi_php/callback at master · sbzhu/weworkapi_php · GitHub
sbzhu
/
weworkapi_php
Public
Notifications
You must be signed in to change notification settings
Fork
278
Star
392
Code
Issues
11
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
weworkapi_php
/
callback
/
Copy path
Directory actions
More options
More options
Directory actions
More options
More options
Latest commit
History
History
History
Breadcrumbs
weworkapi_php
/
callback
/
Copy path
Folders and files
Name
Name
Last commit message
Last commit date
parent directory
..
README.md
README.md
Sample.php
Sample.php
WXBizMsgCrypt.php
WXBizMsgCrypt.php
callbackverify.php
callbackverify.php
errorCode.php
errorCode.php
pkcs7Encoder.php
pkcs7Encoder.php
sha1.php
sha1.php
xmlparse.php
xmlparse.php
README.md
注意事项:
Sample.php提供了示例以供开发者参考。
errorCode.php, pkcs7Encoder.php, sha1.php, xmlparse.php文件是实现这个类的辅助类,开发者无须关心其具体实现。
WXBizMsgCrypt.php文件提供了WXBizMsgCrypt类的实现,是用户接入企业微信的接口类,
包括VerifyURL, DecryptMsg, EncryptMsg三个接口,分别用于开发者验证回调url,收到用户回复消息的解密以及开发者回复消息的加密过程
使用方法可以参考Sample.php文件。
加解密协议请参考企业微信官方文档。
经测试,PHP 5.3.3 ~ 7.2.0 版本均可使用
Back
|
FazBrowse Home
|
New Git URL