取消GetStores,GetStoreVendorMaps的token要求

This commit is contained in:
gazebo
2020-02-21 11:13:24 +08:00
parent a8382e99a6
commit 6db018debb
4 changed files with 4 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ func (c *DadaDeliveryController) Notify() {
c.Data["json"] = notifyResponse
c.ServeJSON()
}
globals.SugarLogger.Debugf("DadaDeliveryController.Notify:%s", utils.Format4Output(notifyResponse, false))
} else {
c.Abort("404")
}