feat: update url
This commit is contained in:
@@ -11,3 +11,8 @@ type GetFormulaTaskResponse struct {
|
||||
Count int `json:"count"`
|
||||
Latex string `json:"latex"`
|
||||
}
|
||||
|
||||
// FormulaRecognitionResponse 公式识别服务返回的响应
|
||||
type FormulaRecognitionResponse struct {
|
||||
Result string `json:"result"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user