1.对接平台接口新增api-key参数
This commit is contained in:
@@ -48,6 +48,9 @@ return [
|
||||
'没有原因' => 'Unknown reason',
|
||||
'缺少参数:agent_id、secret、time、signature 不能为空' => 'Missing parameters: agent_id, secret, time, signature are required',
|
||||
'服务端未配置 API_AUTH_TOKEN_SECRET' => 'API_AUTH_TOKEN_SECRET is not configured',
|
||||
'服务端未配置 API_KEY' => 'API_KEY is not configured',
|
||||
'请携带 api-key' => 'Please provide api-key',
|
||||
'api-key 无效' => 'Invalid api-key',
|
||||
'密钥错误' => 'Invalid secret',
|
||||
'时间戳已过期或无效,请同步时间' => 'Timestamp expired or invalid, please sync time',
|
||||
'签名验证失败' => 'Signature verification failed',
|
||||
|
||||
Reference in New Issue
Block a user