打印机
This commit is contained in:
11
services/print_server/app_server/setting_test.go
Normal file
11
services/print_server/app_server/setting_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package app_server
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestBinding(t *testing.T) {
|
||||
err := PrintSettingInfoServer.SystemInitPrintSetting("199308263974")
|
||||
fmt.Println(err)
|
||||
}
|
||||
Reference in New Issue
Block a user