update some note
This commit is contained in:
parent
4abdddc679
commit
ee68166b02
@ -574,6 +574,10 @@
|
|||||||
<code>45024</code>
|
<code>45024</code>
|
||||||
<text>账号数量超过上限</text>
|
<text>账号数量超过上限</text>
|
||||||
</error>
|
</error>
|
||||||
|
<error>
|
||||||
|
<code>45027</code>
|
||||||
|
<text>mpnews每天只能发送100次</text>
|
||||||
|
</error>
|
||||||
<error>
|
<error>
|
||||||
<code>46001</code>
|
<code>46001</code>
|
||||||
<text>不存在媒体数据</text>
|
<text>不存在媒体数据</text>
|
||||||
|
|||||||
@ -47,7 +47,7 @@ public class NotifyApi extends QyApi {
|
|||||||
* @param notify
|
* @param notify
|
||||||
* 客服消息对象
|
* 客服消息对象
|
||||||
* @return
|
* @return
|
||||||
* 如果对应用或收件人、部门、标签任何一个无权限,则本次发送失败;如果收件人、部门或标签不存在,发送仍然执行,但返回无效的部分</br>
|
* 如果无权限,则本次发送失败;如果收件人不存在或未关注,发送仍然执行。两种情况下均返回无效的部分</br>
|
||||||
* { "errcode": 0, "errmsg": "ok", "invaliduser": "UserID1",
|
* { "errcode": 0, "errmsg": "ok", "invaliduser": "UserID1",
|
||||||
* "invalidparty":"PartyID1", "invalidtag":"TagID1" }
|
* "invalidparty":"PartyID1", "invalidtag":"TagID1" }
|
||||||
* @throws WeixinException
|
* @throws WeixinException
|
||||||
|
|||||||
@ -30,7 +30,7 @@ public class TagApi extends QyApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建标签(创建的标签属于管理组;默认为加锁状态。)
|
* 创建标签(创建的标签属于管理组;默认为加锁状态。加锁状态下只有本管理组才可以增删成员,解锁状态下其它管理组也可以增删成员)
|
||||||
*
|
*
|
||||||
* @param tagName
|
* @param tagName
|
||||||
* 标签名称
|
* 标签名称
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user