We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295d135 commit 990e869Copy full SHA for 990e869
1 file changed
application/api/behavior/ApiAuth.php
@@ -44,7 +44,7 @@ public function run() {
44
$this->apiInfo = $apiInfo->toArray();
45
Cache::set('ApiInfo:' . $hash, $this->apiInfo);
46
} else {
47
- return json(['code' => ReturnCode::DB_READ_ERROR, 'msg' => '获取接口配置数据失1败', 'data' => []]);
+ return json(['code' => ReturnCode::DB_READ_ERROR, 'msg' => '获取接口配置数据失败', 'data' => []]);
48
}
49
50
0 commit comments