diff --git a/business/partner/printer/feie/feie.go b/business/partner/printer/feie/feie.go index 95df6cd28..abf833d1b 100644 --- a/business/partner/printer/feie/feie.go +++ b/business/partner/printer/feie/feie.go @@ -272,6 +272,7 @@ func (c *PrinterHandler) PlayText(ctx *jxcontext.Context, id1, id2, orderID, tex func (c *PrinterHandler) SetSound(ctx *jxcontext.Context, id1, id2, sound string) (err error) { if globals.EnableStoreWrite { + fmt.Println(sound) err = api.FeieAPI.SetSound(id1, sound) } return err diff --git a/conf/app.conf b/conf/app.conf index 18e26310f..f37a7cc57 100644 --- a/conf/app.conf +++ b/conf/app.conf @@ -377,7 +377,7 @@ enableEbaiStoreWrite = false enableElmStoreWrite = false enableMtwmStoreWrite = false enableWscStoreWrite = false -enableYbStoreWrite = true +enableYbStoreWrite = false jdOrgCode = "320406" jdToken = "77e703b7-7997-441b-a12a-2e522efb117a"