update md
This commit is contained in:
@@ -6,7 +6,7 @@ weixin4j-mp
|
||||
|
||||
功能列表
|
||||
-------
|
||||
* weixin4j-mp-api
|
||||
* **weixin4j-mp-api**
|
||||
|
||||
+ MediaApi `上传/下载媒体文件API`
|
||||
|
||||
@@ -26,7 +26,7 @@ weixin4j-mp
|
||||
|
||||
+ HelperApi `辅助API`
|
||||
|
||||
* weixin4j-mp-server
|
||||
* **weixin4j-mp-server**
|
||||
|
||||
`netty服务器 & 消息分发`
|
||||
|
||||
|
||||
@@ -44,11 +44,11 @@ weixin.properties
|
||||
> "token":"开放者的token 非必须","openId":"公众号的openid 非必须",
|
||||
> "mchId":"V3.x版本下的微信商户号",
|
||||
> "partnerId":"财付通的商户号","partnerKey":"财付通商户权限密钥Key",
|
||||
> "paySignKey":"微信支付中调用API的密钥"}**
|
||||
> token_path=/tmp/weixin/token
|
||||
> qr_path=/tmp/weixin/qr
|
||||
> media_path=/tmp/weixin/media
|
||||
> bill_path=/tmp/weixin/bill
|
||||
> "paySignKey":"微信支付中调用API的密钥"} <br/>
|
||||
> token_path=/tmp/weixin/token <br/>
|
||||
> qr_path=/tmp/weixin/qr <br/>
|
||||
> media_path=/tmp/weixin/media <br/>
|
||||
> bill_path=/tmp/weixin/bill <br/>
|
||||
|
||||
2.实例化一个`WeixinProxy`对象,调用API.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user