feat: update url

This commit is contained in:
2025-12-15 23:29:28 +08:00
parent 50922641a9
commit 9ceb5fe92a
3 changed files with 26 additions and 11 deletions

View File

@@ -11,3 +11,8 @@ type GetFormulaTaskResponse struct {
Count int `json:"count"`
Latex string `json:"latex"`
}
// FormulaRecognitionResponse 公式识别服务返回的响应
type FormulaRecognitionResponse struct {
Result string `json:"result"`
}