====== API平台常见错误码 ====== ---- ^错误码^错误信息^注释^ |API_001 |param is invalid,please check your param is correct! |参数传递错误| |API_002 |token is invalid |token 不正确| |API_003 |tenantId is incorrect,please confirm that the tenant ID belongs to you |租户ID错误| |API_004 |clientId or secretId is incorrect |clientId或secretId不正确| |API_111 |page index must be more than 0. |分页索引必须大于0| |API_112 |page size must be less than 50. |分页每页的容量不能大于50| |API_400 |api request failed |服务间调用请求错误|