查询物料订单请求改为get
This commit is contained in:
@@ -164,10 +164,10 @@ func (c *JxOrderController) PayForPopluarMan() {
|
|||||||
// @Title 查询物料订单状态
|
// @Title 查询物料订单状态
|
||||||
// @Description 查询物料订单状态
|
// @Description 查询物料订单状态
|
||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Param vendorOrderID formData string true "订单ID"
|
// @Param vendorOrderID query string true "订单ID"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router /GetMatterOrderStatus [post]
|
// @router /GetMatterOrderStatus [get]
|
||||||
func (c *JxOrderController) GetMatterOrderStatus() {
|
func (c *JxOrderController) GetMatterOrderStatus() {
|
||||||
c.callGetMatterOrderStatus(func(params *tJxorderGetMatterOrderStatusParams) (retVal interface{}, errCode string, err error) {
|
c.callGetMatterOrderStatus(func(params *tJxorderGetMatterOrderStatusParams) (retVal interface{}, errCode string, err error) {
|
||||||
retVal, err = localjx.GetMatterOrderStatus(params.Ctx, params.VendorOrderID)
|
retVal, err = localjx.GetMatterOrderStatus(params.Ctx, params.VendorOrderID)
|
||||||
|
|||||||
Reference in New Issue
Block a user