From 173215ee0ff7822ef9fed16ea0cd1b5885997acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 24 Jul 2025 17:37:12 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sync_store_sku.go | 3 --- controllers/lakala_callback.go | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/business/jxstore/cms/sync_store_sku.go b/business/jxstore/cms/sync_store_sku.go index f5cac8cda..ff7031efb 100644 --- a/business/jxstore/cms/sync_store_sku.go +++ b/business/jxstore/cms/sync_store_sku.go @@ -539,9 +539,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag skus = skus2 } formalizeStoreSkuList(skus) - if storeID == 100278 { - globals.SugarLogger.Debugf("-----skus := %s", utils.Format4Output(skus, false)) - } //京东商城的商品名规则不同 // name,空格,comment,约xxg // if vendorID == model.VendorIDJDShop { diff --git a/controllers/lakala_callback.go b/controllers/lakala_callback.go index 0521cff0a..63229840f 100644 --- a/controllers/lakala_callback.go +++ b/controllers/lakala_callback.go @@ -14,8 +14,8 @@ type LaKaLaCallbackController struct { web.Controller } -// applyContract 合同申请回调 -func (c *LaKaLaCallbackController) applyContract() { +// ApplyContract 合同申请回调 +func (c *LaKaLaCallbackController) ApplyContract() { body, err := ioutil.ReadAll(c.Ctx.Request.Body) if err != nil { c.Data["json"] = lakala.CallBackResultInfo(err) @@ -35,8 +35,8 @@ func (c *LaKaLaCallbackController) applyContract() { return } -// applyContractByPeople 合同申请人工审核回调 -func (c *LaKaLaCallbackController) applyContractByPeople() { +// ApplyContractByPeople 合同申请人工审核回调 +func (c *LaKaLaCallbackController) ApplyContractByPeople() { body, err := ioutil.ReadAll(c.Ctx.Request.Body) if err != nil { c.Data["json"] = lakala.CallBackResultInfo(err)