mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
优化汉字提示
This commit is contained in:
parent
295d135b5e
commit
990e869bf5
@ -44,7 +44,7 @@ class ApiAuth {
|
||||
$this->apiInfo = $apiInfo->toArray();
|
||||
Cache::set('ApiInfo:' . $hash, $this->apiInfo);
|
||||
} else {
|
||||
return json(['code' => ReturnCode::DB_READ_ERROR, 'msg' => '获取接口配置数据失1败', 'data' => []]);
|
||||
return json(['code' => ReturnCode::DB_READ_ERROR, 'msg' => '获取接口配置数据失败', 'data' => []]);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user