update md
This commit is contained in:
parent
81afb39484
commit
6e70112b66
@ -12,6 +12,8 @@ weixin4j-mp
|
||||
|
||||
+ NotifyApi `客服消息API`
|
||||
|
||||
+ CustomApi `多客服API`
|
||||
|
||||
+ MassApi `群发消息API`
|
||||
|
||||
+ UserApi `用户管理API`
|
||||
@ -28,7 +30,9 @@ weixin4j-mp
|
||||
|
||||
* **weixin4j-mp-server**
|
||||
|
||||
`netty服务器` & `消息分发`
|
||||
+ `netty服务器` & `消息分发`
|
||||
|
||||
+ 被动消息`AES`加密、解密
|
||||
|
||||
更新LOG
|
||||
-------
|
||||
|
||||
@ -11,7 +11,7 @@ weixin4j-mp-api
|
||||
|
||||
* NotifyApi `客服消息API`
|
||||
|
||||
* CustomApi `多客服API`*
|
||||
* CustomApi `多客服API`
|
||||
|
||||
* MassApi `群发消息API`
|
||||
|
||||
@ -57,7 +57,7 @@ weixin.properties说明
|
||||
> qr_path=/tmp/weixin/qr <br/>
|
||||
> media_path=/tmp/weixin/media <br/>
|
||||
> bill_path=/tmp/weixin/bill <br/>
|
||||
> ca_file=/tmp/weixin/xxxxx.p12|xxxx.pfx <br/>
|
||||
> ca_file=/tmp/weixin/xxxxx.p12 | xxxx.pfx <br/>
|
||||
|
||||
2.实例化一个`WeixinProxy`对象,调用API,需要强调的是如果只传入appid,appsecret两个参数将无法调用支付相关接口
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ weixin4j-mp-server
|
||||
> qr_path=/tmp/weixin/qr <br/>
|
||||
> media_path=/tmp/weixin/media <br/>
|
||||
> bill_path=/tmp/weixin/bill <br/>
|
||||
> ca_file=/tmp/weixin/xxxxx.p12|xxxxx.pfx <br/>
|
||||
> ca_file=/tmp/weixin/xxxxx.p12 | xxxxx.pfx <br/>
|
||||
|
||||
2.mvn package,得到一个zip的压缩包,解压到启动目录(见`src/main/startup.sh/APP_HOME`)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user