From 734b2047091834a8a651088d2da990ceb9511d9e Mon Sep 17 00:00:00 2001 From: Xhofe Date: Sun, 8 May 2022 14:22:07 +0800 Subject: [PATCH] chore: change ocr api --- bootstrap/setting.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/setting.go b/bootstrap/setting.go index 6591a774..1843325f 100644 --- a/bootstrap/setting.go +++ b/bootstrap/setting.go @@ -252,7 +252,7 @@ func InitSettings() { }, { Key: "ocr api", - Value: "https://api.xhofe.top/ocr/file/json", + Value: "https://api.nn.ci/ocr/file/json", Description: "Used to identify verification codes", Type: "string", Access: model.PRIVATE,