This commit is contained in:
suyl
2021-07-20 11:52:16 +08:00
parent 37aa0e632e
commit 267d3189ee
2 changed files with 36 additions and 1 deletions

View File

@@ -44,6 +44,14 @@ func TestIotData(t *testing.T) {
t.Log(utils.Format4Output(result, false))
}
func TestIotData2(t *testing.T) {
result, err := api.IotDataMonth("89860490102070456598")
if err != nil {
t.Fatalf("PrintMsg return error:%v", err)
}
t.Log(utils.Format4Output(result, false))
}
func TestCardActivation(t *testing.T) {
result, err := api.CardActivation("1")
if err != nil {