- jd StockIsHave callback.

This commit is contained in:
gazebo
2018-11-01 20:38:55 +08:00
parent 6d98034c13
commit 6db51d4093

View File

@@ -97,3 +97,9 @@ func (c *DjswController) Token() {
c.Data["json"] = jdapi.Err2CallbackResponse(nil, "")
c.ServeJSON()
}
func (c *DjswController) StockIsHave() {
globals.SugarLogger.Info(string(c.Ctx.Input.RequestBody))
c.Data["json"] = jdapi.Err2CallbackResponse(nil, "")
c.ServeJSON()
}