This commit is contained in:
2023-08-17 18:45:08 +08:00
parent 123d4c4b62
commit d611be7d0e
10 changed files with 110 additions and 78 deletions

View File

@@ -1289,10 +1289,10 @@ type ColInput struct {
}
type MmlInput struct {
BodyFmt string `json:"bodyFmt"`
BodyKey string `json:"bodyKey"`
Cols []ColInput `json:"cols"`
BodyFmt string `json:"bodyFmt"`
BodyKey string `json:"bodyKey"`
CallFunc string `json:"callFunc"`
Cols []ColInput `json:"cols"`
}
type MmlOutput struct {