aa
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user