dev
This commit is contained in:
parent
643b977e4b
commit
c81afb2c7e
@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
func CreateTarget(targetService model.TargetService) echo.HandlerFunc {
|
func CreateTarget(targetService model.TargetService) echo.HandlerFunc {
|
||||||
type CreateTargetBody struct {
|
type CreateTargetBody struct {
|
||||||
StreamerID model.StreamerID `json:"streamer_id"`
|
StreamerID model.StreamerID `json:"streamerID"`
|
||||||
Amount model.DonatAmount `json:"amount"`
|
Amount model.DonatAmount `json:"amount"`
|
||||||
Text string `json:"text"`
|
Text string `json:"text"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user