查询物料订单请求改为get

This commit is contained in:
苏尹岚
2020-03-10 14:43:03 +08:00
parent e2db81dc2a
commit fddb9f9ffe

View File

@@ -164,10 +164,10 @@ func (c *JxOrderController) PayForPopluarMan() {
// @Title 查询物料订单状态
// @Description 查询物料订单状态
// @Param token header string true "认证token"
// @Param vendorOrderID formData string true "订单ID"
// @Param vendorOrderID query string true "订单ID"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetMatterOrderStatus [post]
// @router /GetMatterOrderStatus [get]
func (c *JxOrderController) GetMatterOrderStatus() {
c.callGetMatterOrderStatus(func(params *tJxorderGetMatterOrderStatusParams) (retVal interface{}, errCode string, err error) {
retVal, err = localjx.GetMatterOrderStatus(params.Ctx, params.VendorOrderID)