update md
This commit is contained in:
parent
1a041e0ea4
commit
2408f1499e
@ -57,7 +57,7 @@ weixin4j
|
|||||||
|
|
||||||
###2.直接下载jar包
|
###2.直接下载jar包
|
||||||
|
|
||||||
* [releases包](https://github.com/foxinmy/weixin4j/releases)
|
* [releases包](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.foxinmy%22)
|
||||||
|
|
||||||
* weixin4j-mp & weixin4j-qy 所需的依赖包: [fastjson1.2.x](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.alibaba%22%20AND%20a%3A%22fastjson%22)
|
* weixin4j-mp & weixin4j-qy 所需的依赖包: [fastjson1.2.x](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.alibaba%22%20AND%20a%3A%22fastjson%22)
|
||||||
|
|
||||||
|
|||||||
@ -53,6 +53,8 @@ weixin4j.properties说明
|
|||||||
| account | 微信企业号信息 `json格式`(按需填写) |
|
| account | 微信企业号信息 `json格式`(按需填写) |
|
||||||
| token_path | 使用FileTokenStorager时token保存的物理路径 |
|
| token_path | 使用FileTokenStorager时token保存的物理路径 |
|
||||||
| media_path | 调用媒体接口时保存媒体文件的物理路径 |
|
| media_path | 调用媒体接口时保存媒体文件的物理路径 |
|
||||||
|
| bill_path | 调用下载对账单接口保存excel文件的物理路径 |
|
||||||
|
| ca_file | 调用某些接口(支付相关)强制需要auth的ca授权文件 |
|
||||||
| user_oauth_redirect_uri | 企业号用户身份授权后重定向的url(OauthApi接口) |
|
| user_oauth_redirect_uri | 企业号用户身份授权后重定向的url(OauthApi接口) |
|
||||||
| third_oauth_redirect_uri | 企业号第三方提供商授权后重定向的url(OauthApi接口) |
|
| third_oauth_redirect_uri | 企业号第三方提供商授权后重定向的url(OauthApi接口) |
|
||||||
| suite_oauth_redirect_uri | 企业号第三方应用套件授权后重定向的url(OauthApi接口) |
|
| suite_oauth_redirect_uri | 企业号第三方应用套件授权后重定向的url(OauthApi接口) |
|
||||||
@ -62,10 +64,14 @@ weixin4j.properties说明
|
|||||||
account={"id":"corpid","secret":"corpsecret",\
|
account={"id":"corpid","secret":"corpsecret",\
|
||||||
"suites":[{"id":"应用套件的id","secret":"应用套件的secret"}],\
|
"suites":[{"id":"应用套件的id","secret":"应用套件的secret"}],\
|
||||||
"providerSecret:"第三方提供商secret(企业号登陆)",\
|
"providerSecret:"第三方提供商secret(企业号登陆)",\
|
||||||
"chatSecret":"消息服务secret(企业号聊天)"}
|
"chatSecret":"消息服务secret(企业号聊天,暂时没用)"}
|
||||||
|
|
||||||
token_path=/tmp/weixin4j/token
|
token_path=/tmp/weixin4j/token
|
||||||
media_path=/tmp/weixin4j/media
|
media_path=/tmp/weixin4j/media
|
||||||
|
bill_path=/tmp/weixin4j/bill
|
||||||
|
# ca证书存放的完整路径 (证书文件后缀为*.p12)
|
||||||
|
ca_file=/tmp/weixin4j/xxxxx.p12
|
||||||
|
#classpath路径下:ca_file=classpath:xxxxx.p12
|
||||||
|
|
||||||
#企业号用户身份授权后重定向的url(使用OauthApi时需要填写)
|
#企业号用户身份授权后重定向的url(使用OauthApi时需要填写)
|
||||||
user_oauth_redirect_uri=http://xxx
|
user_oauth_redirect_uri=http://xxx
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user