This commit is contained in:
邹宗楠
2025-07-24 17:37:12 +08:00
parent 1b307f4335
commit 173215ee0f
2 changed files with 4 additions and 7 deletions

View File

@@ -539,9 +539,6 @@ func syncStoreSkuNew(ctx *jxcontext.Context, parentTask tasksch.ITask, causeFlag
skus = skus2 skus = skus2
} }
formalizeStoreSkuList(skus) formalizeStoreSkuList(skus)
if storeID == 100278 {
globals.SugarLogger.Debugf("-----skus := %s", utils.Format4Output(skus, false))
}
//京东商城的商品名规则不同 //京东商城的商品名规则不同
// name空格comment约xxg // name空格comment约xxg
// if vendorID == model.VendorIDJDShop { // if vendorID == model.VendorIDJDShop {

View File

@@ -14,8 +14,8 @@ type LaKaLaCallbackController struct {
web.Controller web.Controller
} }
// applyContract 合同申请回调 // ApplyContract 合同申请回调
func (c *LaKaLaCallbackController) applyContract() { func (c *LaKaLaCallbackController) ApplyContract() {
body, err := ioutil.ReadAll(c.Ctx.Request.Body) body, err := ioutil.ReadAll(c.Ctx.Request.Body)
if err != nil { if err != nil {
c.Data["json"] = lakala.CallBackResultInfo(err) c.Data["json"] = lakala.CallBackResultInfo(err)
@@ -35,8 +35,8 @@ func (c *LaKaLaCallbackController) applyContract() {
return return
} }
// applyContractByPeople 合同申请人工审核回调 // ApplyContractByPeople 合同申请人工审核回调
func (c *LaKaLaCallbackController) applyContractByPeople() { func (c *LaKaLaCallbackController) ApplyContractByPeople() {
body, err := ioutil.ReadAll(c.Ctx.Request.Body) body, err := ioutil.ReadAll(c.Ctx.Request.Body)
if err != nil { if err != nil {
c.Data["json"] = lakala.CallBackResultInfo(err) c.Data["json"] = lakala.CallBackResultInfo(err)