|
@@ -44,4 +44,5 @@ class Errors
|
|
|
public const OPENPLATFORM_UG_SIGN_ERROR = [500604, '请求用户分群签名错误'];
|
|
|
public const OPENPLATFORM_UG_NOT_EXISTS = [500605, '用户分群不存在'];
|
|
|
public const OPENPLATFORM_GZH_SHOUQUAN_ERROR = [500606, '公众号没有授权'];
|
|
|
+ public const OPENPLATFORM_UG_SIGN_TIMESTAMP_ERROR = [500607, '请求用户分群时间戳过期'];
|
|
|
}
|