update md

This commit is contained in:
jy.hu
2014-11-24 14:57:25 +08:00
parent 2cf2227822
commit 8de473cb19
6 changed files with 39 additions and 38 deletions
+6 -5
View File
@@ -23,11 +23,12 @@ weixin4j-qy-server
示例(properties中换行用右斜杆\\)
> account={"id":"corpid","secret":"corpsecret",
> "token":"企业号中应用在回调模式下的token",
> "encodingAesKey":"企业号中应用在回调模式下AES加密密钥"}
> token_path=/tmp/weixin/token </br>
> media_path=/tmp/weixin/media </br>
account={"id":"corpid","secret":"corpsecret",\\
"token":"企业号中应用在回调模式下的token",\\
"encodingAesKey":"企业号中应用在回调模式下AES加密密钥"}
token_path=/tmp/weixin/token
media_path=/tmp/weixin/media
2.mvn package,得到一个zip的压缩包,解压到启动目录(见`src/main/startup.sh/APP_HOME`)