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