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