- jd WmsMerchantStockChang
This commit is contained in:
@@ -114,3 +114,9 @@ func (c *DjswController) StockIsHave() {
|
||||
c.Abort("404")
|
||||
}
|
||||
}
|
||||
|
||||
func (c *DjswController) WmsMerchantStockChang() {
|
||||
globals.SugarLogger.Info(string(c.Ctx.Input.RequestBody))
|
||||
c.Data["json"] = jdapi.Err2CallbackResponse(nil, "")
|
||||
c.ServeJSON()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user