测试取消

This commit is contained in:
苏尹岚
2020-04-21 14:46:02 +08:00
parent 17206515e8
commit d1cd7020a9

View File

@@ -272,7 +272,6 @@ 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