update some note

This commit is contained in:
jinyu 2015-05-23 09:22:54 +08:00
parent 4abdddc679
commit ee68166b02
3 changed files with 6 additions and 2 deletions

View File

@ -574,6 +574,10 @@
<code>45024</code>
<text>账号数量超过上限</text>
</error>
<error>
<code>45027</code>
<text>mpnews每天只能发送100次</text>
</error>
<error>
<code>46001</code>
<text>不存在媒体数据</text>

View File

@ -47,7 +47,7 @@ public class NotifyApi extends QyApi {
* @param notify
* 客服消息对象
* @return
* 如果对应用或收件人部门标签任何一个无权限则本次发送失败如果收件人部门或标签不存在发送仍然执行返回无效的部分</br>
* 如果无权限则本次发送失败如果收件人不存在或未关注发送仍然执行两种情况下均返回无效的部分</br>
* { "errcode": 0, "errmsg": "ok", "invaliduser": "UserID1",
* "invalidparty":"PartyID1", "invalidtag":"TagID1" }
* @throws WeixinException

View File

@ -30,7 +30,7 @@ public class TagApi extends QyApi {
}
/**
* 创建标签(创建的标签属于管理组默认为加锁状态)
* 创建标签(创建的标签属于管理组默认为加锁状态加锁状态下只有本管理组才可以增删成员解锁状态下其它管理组也可以增删成员)
*
* @param tagName
* 标签名称