-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
|
||
#you server url | ||
wechat.url= | ||
#you wechat token | ||
wechat.token=token | ||
#message secret key,if don't set then message is cleartext | ||
wechat.encodingaeskey= | ||
|
||
#wechat appid | ||
wechat.appid=appid | ||
#wechat app secret | ||
wechat.appsecret=appsecret | ||
|
||
#wechat access token server ,when you save in db,must implement you server class | ||
#this class must extend org.sword.wechat4j.token.server.CustomerServer | ||
#if no this property,then token server is default memery accesstoken server | ||
wechat.accessToken.server.class= | ||
|
||
#jsapi_ticket customer server class name, | ||
#this class must extend org.sword.wechat4j.token.server.CustomerServer | ||
#if no this property,then ticket server is default memery ticket server | ||
wechat.ticket.jsapi.server.class= |