更新时间:2024-08-07 GMT+08:00
        
          
          
        
      
      
      
      
      
      
      
      
  
      
      
      
        
APP认证信息错误
APP认证信息错误有:
- Incorrect app authentication information: app not found, appkey xxx
 - Incorrect app authentication information: signature expired
 
Incorrect app authentication information: app not found, appkey xxx
{ 
  "error_msg": "Incorrect app authentication information: app not found, appkey 01177c425f71487ea362ba84dc4abe5e1",    
  "error_code": "APIG.0303",    
  "request_id": "a5322eb89048eb41d705491a76a05aca"
}
 可能原因
appkey配置错误。
解决方法
- 在API网关控制台页面的左侧导航栏中选择“API管理 > 凭据管理”。
 - 单击对应的凭据名称,进入凭据详情。
 - 查看“Key”值,并重新配置appkey。
 
Incorrect app authentication information: signature expired
{
  "error_msg": "Incorrect app authentication information: signature expired, signature time:20230527T000431Z,server time:20230527T020608Z",
  "error_code": "APIG.0303",    
  "request_id": "fd6530a01c09807640189e65e837b8ad"
}
  可能原因
客户端签名时间戳x-sdk-date与APIGW服务器时间相差超过15min。
解决办法
检查客户端时间是否正确。
   父主题: API认证鉴权