JM-WechatMini/model/example/response/exa_breakpoint_continue.go

12 lines
184 B
Go
Raw Normal View History

2023-11-02 04:34:46 +08:00
package response
import "miniapp/model/example"
type FilePathResponse struct {
FilePath string `json:"filePath"`
}
type FileResponse struct {
File example.ExaFile `json:"file"`
}