fix:api格式修改,新增加生成默认配置文件

This commit is contained in:
daofeng
2021-05-26 00:50:37 +08:00
parent e09a75a87c
commit e242867f41
3 changed files with 66 additions and 14 deletions

View File

@@ -73,3 +73,8 @@ type VideoPreviewUrlReq struct {
FileId string `json:"file_id"`
ExpireSec int `json:"expire_sec"`
}
type ReqData struct {
Code int `json:"code"`
Data interface{} `json:"data"`
Message string `json:"message"`
}