1.对接平台接口新增api-key参数
This commit is contained in:
@@ -4,6 +4,9 @@ declare(strict_types=1);
|
||||
return [
|
||||
'ACCOUNT_DISABLED' => 'Account is disabled and cannot log in',
|
||||
'API_AUTH_TOKEN_SECRET is not configured' => 'API_AUTH_TOKEN_SECRET is not configured',
|
||||
'API_KEY is not configured' => 'API_KEY is not configured',
|
||||
'Please provide api-key' => 'Please provide api-key',
|
||||
'Invalid api-key' => 'Invalid api-key',
|
||||
'AUTH_TOKEN_EXPIRED' => 'auth-token expired',
|
||||
'AUTH_TOKEN_FORMAT_INVALID' => 'auth-token format invalid',
|
||||
'AUTH_TOKEN_INVALID' => 'auth-token invalid',
|
||||
|
||||
Reference in New Issue
Block a user