Skip to content

Commit

Permalink
binarywang#1720 增加群机器人消息推送地址webhook/send
Browse files Browse the repository at this point in the history
  • Loading branch information
yang ran committed Aug 21, 2020
1 parent 1a5d7ee commit 4ea8859
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public final class WxCpApiPathConsts {
public static final String BATCH_GET_RESULT = "/cgi-bin/batch/getresult?jobid=";
public static final String JSCODE_TO_SESSION = "/cgi-bin/miniprogram/jscode2session";
public static final String GET_TOKEN = "/cgi-bin/gettoken?corpid=%s&corpsecret=%s";
public static final String WEBHOOK_SEND = "/cgi-bin/webhook/send?key=";

public static class Agent {
public static final String AGENT_GET = "/cgi-bin/agent/get?agentid=%d";
Expand Down

0 comments on commit 4ea8859

Please sign in to comment.