1
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi"
|
||||
"git.rosy.net.cn/baseapi/utils"
|
||||
"go.uber.org/zap"
|
||||
"math/rand"
|
||||
"testing"
|
||||
@@ -203,10 +204,6 @@ func TestErr2CallbackResponse(t *testing.T) {
|
||||
}
|
||||
|
||||
func Test11(t *testing.T) {
|
||||
fmt.Println(57&2 != 0)
|
||||
fmt.Println(10&2 != 0)
|
||||
fmt.Println(32&2 != 0)
|
||||
fmt.Println(8&2 != 0)
|
||||
fmt.Println(59&2 != 0)
|
||||
fmt.Println(0&2 != 0)
|
||||
t2 := utils.Str2TimeWithDefault("2022-07-06", utils.DefaultTimeValue)
|
||||
fmt.Println(t2)
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ func TestPrintMsgWithToken(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetPrintStatus(t *testing.T) {
|
||||
state, err := api.GetPrintStatus("4004627655")
|
||||
state, err := api.GetPrintStatus("4004802855")
|
||||
handleError(t, err)
|
||||
baseapi.SugarLogger.Debug(state)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user