コード例 #1
0
ファイル: NotifyMessage.java プロジェクト: ajffdnt/weixin4j
 public NotifyMessage(int agentid, NotifyTuple tuple) {
   this(agentid, tuple, IdParameter.get(), false);
 }