bug
This commit is contained in:
@@ -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
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user