This commit is contained in:
邹宗楠
2025-02-26 10:17:36 +08:00
parent e2fd0b2074
commit 6d2bad0746
2 changed files with 1 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ func TestCancelOrder(t *testing.T) {
}
func TestOrderGet(t *testing.T) {
result, err := api.OrderGet("4037260180200114817")
result, err := api.OrderGet("4089516015081595490")
products := result["products"].([]interface{})[0].([]interface{})
for _, product2 := range products {
product := product2.(map[string]interface{})

View File

@@ -82,11 +82,3 @@ func TestRefreshAccessToken(t *testing.T) {
fmt.Println(utils.Format4Output(result, false))
t.Log(utils.Format4Output(result, false))
}
func TestPushPrintMsg(t *testing.T) {
api.PushPrintMsg("2401171703736658807")
}
func Test11(t *testing.T) {
fmt.Println(utils.Str2Float64(""))
}