move todo
This commit is contained in:
parent
d49e16dd3e
commit
da65d748dc
@ -304,14 +304,6 @@ func (o *OtherController) PutFile(ctx *fiber.Ctx) error {
|
|||||||
return ctx.Status(fiber.StatusOK).JSON(PutFileResp{Message: message.ID})
|
return ctx.Status(fiber.StatusOK).JSON(PutFileResp{Message: message.ID})
|
||||||
}
|
}
|
||||||
|
|
||||||
type PutSCReq struct {
|
|
||||||
Ticket string `json:"ticket"`
|
|
||||||
}
|
|
||||||
|
|
||||||
type PutSCResp struct {
|
|
||||||
Message string `json:"message"`
|
|
||||||
}
|
|
||||||
|
|
||||||
func (o *OtherController) PutSC(ctx *fiber.Ctx) error {
|
func (o *OtherController) PutSC(ctx *fiber.Ctx) error {
|
||||||
form, err := ctx.MultipartForm()
|
form, err := ctx.MultipartForm()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user