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)