17 lines
823 B
PHP
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
// +----------------------------------------------------------------------
// | 作者:修缘 联系QQ278896498 QQ群1054861244
// | 声明:未经作者许可,禁止倒卖等商业运营,违者必究
// | 另接php业务网站制作、代理后台、gm后台、支付对接等
// +----------------------------------------------------------------------
// | 创建时间: 2022/1/7 21:30
// +----------------------------------------------------------------------
return [
'account_absence' => '账号错误或不存在',
'role_id_absence' => '角色错误或不存在',
'account_and_roleid_disagree' => '账号与角色ID不匹配',
'cdk_error' => '兑换码错误',
'cdk_failure' => '无效的兑换码',
'gm_api_send_cdk_error' => '兑换失败,请联系管理员',
];