测试打印

This commit is contained in:
苏尹岚
2020-04-21 14:44:14 +08:00
parent 2a0a71281b
commit 17206515e8
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -377,7 +377,7 @@ enableEbaiStoreWrite = false
enableElmStoreWrite = false
enableMtwmStoreWrite = false
enableWscStoreWrite = false
enableYbStoreWrite = true
enableYbStoreWrite = false
jdOrgCode = "320406"
jdToken = "77e703b7-7997-441b-a12a-2e522efb117a"