1
This commit is contained in:
@@ -20,8 +20,8 @@ func (c *EbaiController) Msg() {
|
||||
if c.Ctx.Input.Method() == http.MethodPost {
|
||||
obj, callbackResponse := api.EbaiAPI.GetCallbackMsg(c.Ctx.Request)
|
||||
if callbackResponse == nil {
|
||||
vendorStoreId := obj.Body["platform_shop_id"].(string)
|
||||
if vendorStoreId != "" {
|
||||
vendorStoreId, _ := utils.TryInterface2Int64(obj.Body["platform_shop_id"])
|
||||
if vendorStoreId != 0 {
|
||||
//storeDetail, _ := dao.GetStoreDetailByVendorStoreID(dao.GetDB(), vendorStoreId, model.VendorIDEBAI, "")
|
||||
//if storeDetail == nil {
|
||||
// globals.SugarLogger.Debugf("-----饿百订单非菜市消息推送-%s", utils.Format4Output(obj, false))
|
||||
|
||||
Reference in New Issue
Block a user