1
This commit is contained in:
@@ -31,7 +31,7 @@ type UpdatePrintReq struct {
|
||||
type TestPrintReq struct {
|
||||
AppID int `json:"app_id" form:"app_id" binding:"required"`
|
||||
PrintNo string `json:"print_no" form:"print_no" binding:"required"` //打印机编号
|
||||
OrderNo int `json:"order_no" form:"order_no" binding:"required"` //订单序号
|
||||
OrderNo string `json:"order_no" form:"order_no" binding:"required"` //订单序号
|
||||
Content string `json:"content" form:"content"` //打印内容
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user