优化汉字提示

This commit is contained in:
Zhao 2019-04-16 15:00:58 +08:00
parent 295d135b5e
commit 990e869bf5

View File

@ -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' => []]);
}
}