新增几个错误码

This commit is contained in:
jinyu 2015-06-10 17:54:05 +08:00
parent 32893aa0f5
commit d1ede56860
2 changed files with 29 additions and 1 deletions

View File

@ -399,6 +399,26 @@
<code>41018</code>
<text>缺少标签名字</text>
</error>
<error>
<code>41021</code>
<text>缺少suiteid</text>
</error>
<error>
<code>41022</code>
<text>缺少suitetoken</text>
</error>
<error>
<code>41023</code>
<text>缺少suiteticket</text>
</error>
<error>
<code>41024</code>
<text>缺少suitesecret</text>
</error>
<error>
<code>41025</code>
<text>缺少永久授权码</text>
</error>
<error>
<code>42001</code>
<desc>access_token expired</desc>
@ -574,6 +594,14 @@
<code>45024</code>
<text>账号数量超过上限</text>
</error>
<error>
<code>45025</code>
<text>同一个成员每周只能邀请一次</text>
</error>
<error>
<code>45026</code>
<text>触发删除用户数的保护</text>
</error>
<error>
<code>45027</code>
<text>mpnews每天只能发送100次</text>

View File

@ -9,7 +9,7 @@ import javax.xml.bind.annotation.XmlTransient;
import com.alibaba.fastjson.annotation.JSONField;
/**
* 图文对象(消息内容存储在微信后台)
* 图文对象(mpnews消息与news消息类似不同的是图文消息内容存储在微信后台并且支持保密选项每个应用每天最多可以发送100次)
* <p>
* <font color="red">可用于群发消息(其中mediaId与articles请至少保持一个有值)企业号的客服消息</font>
* </p>