ctms/common/messages/zh-CN/errorcode.php
2025-04-10 23:19:13 +08:00

45 lines
1.7 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
//登陆处理相关453000
'45300001' => '未找到该用户',
'45300002' => '密码错误',
'45300003' => '用户账号已被冻结',
'45300004' => '登陆失败',
'4530009999' => '未知的错误',
//服务器证书管理相关453001
'45300101' => '非法访问1(来路IP或域名不在白名单中)',
'45300102' => '非法访问2',
'45300103' => '未设置有效的证书路径',
'45300104' => '未查询到服务器证书',
'45300105' => '无效的服务器证书',
//站点访问相关453002
'45300201' => '请登陆后再操作',
'45300202' => '连接成功',
'45300203' => '授权码code不正确',
'45300204' => 'AccessToken无效',
'45300205' => '未指定有效的appid',
'45300206' => '非法访问(无效的appid与accesstoken)',
//数据设置相关453003
'45300301' => '保存失败',
'45300302' => '未获取到data数据',
'45300303' => '未获取到param数据',
'45300304' => '未获取到self数据',
'45300305' => '未获取到form数据',
'45300306' => '未获取到order数据',
'45300307' => '未获取到addon数据',
'45300308' => '未获取到attr数据',
'4530039999' => '未传入有效的ac({ac})',
//短信接口相关453004
'45300401' => '部分发送失败',
'45300402' => '全部发送失败',
'45300403' => 'POST数据非法config配置项不应为空且必须为包含了accessKeyId、accessKeySecret、sign键的数组',
'45300404' => 'POST数据非法option配置项必须为数组',
'45300405' => 'POST数据非法tmpl配置项不应为空且必须为符合阿里大鱼短信模板编号的文本形式',
'45300406' => 'POST数据非法phone配置项不应为空且必须为数组',
'45300407' => 'POST数据非法content配置项必须为数组',
];