1
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user