+djsw.UpdateSku

This commit is contained in:
gazebo
2019-12-12 12:02:15 +08:00
parent a9f18ab056
commit b21d652149

View File

@@ -204,3 +204,7 @@ func (c *DjswController) nullOperation() {
c.Data["json"] = c.transferResponse("nullOperation", nil)
c.ServeJSON()
}
func (c *DjswController) UpdateSku() {
c.nullOperation()
}