This commit is contained in:
苏尹岚
2020-03-06 14:08:46 +08:00
parent 15f0be1b44
commit bfc63f0411

View File

@@ -170,7 +170,7 @@ func (c *JxOrderController) PayForPopluarMan() {
// @router /GetMatterOrderStatus [post] // @router /GetMatterOrderStatus [post]
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) {
err = localjx.GetMatterOrderStatus(params.Ctx, params.VendorOrderID) retVal, err = localjx.GetMatterOrderStatus(params.Ctx, params.VendorOrderID)
return retVal, "", err return retVal, "", err
}) })
} }