9 lines
129 B
Go
9 lines
129 B
Go
|
package http
|
||
|
|
||
|
type UpdateOrderStatusRequest struct {
|
||
|
Status string `json:"status"`
|
||
|
}
|
||
|
|
||
|
type UpdateOrderStatusResponse struct {
|
||
|
}
|