Skip to content

Commit 990e869

Browse files
committed
优化汉字提示
1 parent 295d135 commit 990e869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/api/behavior/ApiAuth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function run() {
4444
$this->apiInfo = $apiInfo->toArray();
4545
Cache::set('ApiInfo:' . $hash, $this->apiInfo);
4646
} else {
47-
return json(['code' => ReturnCode::DB_READ_ERROR, 'msg' => '获取接口配置数据失1败', 'data' => []]);
47+
return json(['code' => ReturnCode::DB_READ_ERROR, 'msg' => '获取接口配置数据失败', 'data' => []]);
4848
}
4949
}
5050

0 commit comments

Comments
 (0)