🎇 add ocr for 189

This commit is contained in:
微凉
2022-01-27 12:34:49 +08:00
parent a2c7ff3262
commit 26ce001782
3 changed files with 32 additions and 0 deletions

View File

@ -219,6 +219,14 @@ func InitSettings() {
Access: model.PUBLIC,
Group: model.FRONT,
},
{
Key: "ocr api",
Value: "https://api.xhofe.top/ocr/file/json",
Description: "Used to identify verification codes",
Type: "string",
Access: model.PRIVATE,
Group: model.BACK,
},
}
for i, _ := range settings {
v := settings[i]