|
|
|
@ -19,10 +19,12 @@ xls.file.path=/tmp/xls
|
|
|
|
|
# Enterprise WeChat configuration |
|
|
|
|
enterprise.wechat.corp.id=xxxxxxx |
|
|
|
|
enterprise.wechat.secret=xxxxxxx |
|
|
|
|
enterprise.wechat.agent.id=xxxxxxx |
|
|
|
|
enterprise.wechat.users=xxxxxxx |
|
|
|
|
enterprise.wechat.token.url=https://qyapi.weixin.qq.com/cgi-bin/gettoken?corpid=$corpId&corpsecret=$secret |
|
|
|
|
enterprise.wechat.push.url=https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=$token |
|
|
|
|
enterprise.wechat.team.send.msg={\"toparty\":\"$toParty\",\"agentid\":\"$agentId\",\"msgtype\":\"text\",\"text\":{\"content\":\"$msg\"},\"safe\":\"0\"} |
|
|
|
|
enterprise.wechat.user.send.msg={\"touser\":\"$toUser\",\"agentid\":\"$agentId\",\"msgtype\":\"text\",\"text\":{\"content\":\"$msg\"},\"safe\":\"0\"} |
|
|
|
|
enterprise.wechat.user.send.msg={\"touser\":\"$toUser\",\"agentid\":\"$agentId\",\"msgtype\":\"markdown\",\"markdown\":{\"content\":\"$msg\"}} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|