You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
593 B
20 lines
593 B
<?php
|
|
namespace LaneWeChat\Core;
|
|
|
|
class MsgConstant {
|
|
const ERROR_SYSTEM = 101;
|
|
const ERROR_NEWS_ITEM_COUNT_MORE_TEN = 102;
|
|
const ERROR_MENU_CLICK = 103;
|
|
|
|
const ERROR_INPUT_ERROR = 1001;
|
|
const ERROR_UNKNOW_TYPE = 1002;
|
|
const ERROR_CAPTCHA_ERROR = 1003;
|
|
const ERROR_REQUIRED_FIELDS = 1004;
|
|
|
|
const ERROR_REMOTE_SERVER_NOT_RESPOND = 1201;
|
|
const ERROR_GET_ACCESS_TOKEN = 1202;
|
|
|
|
const ERROR_MENU_NOT_EXISTS = 1401;
|
|
|
|
const ERROR_NO_BINDING_TEXT = '对不起,您尚未绑定微信,轻松绑定微信,即可查询实时流量,享受便捷服务!';
|
|
} |