增加打印机声音设置

This commit is contained in:
苏尹岚
2020-04-21 14:12:53 +08:00
parent 5393e8a291
commit 0877eaa4f4
5 changed files with 95 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
package feieapi
import (
"testing"
"git.rosy.net.cn/baseapi"
)
func TestSetSound(t *testing.T) {
err := api.SetSound("218510310", "2")
baseapi.SugarLogger.Debug(err)
}