This commit is contained in:
邹宗楠
2025-09-19 11:50:06 +08:00
parent b545e4254b
commit 2a43a68a46
3 changed files with 4 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ func TestSendMsg(t *testing.T) {
}
func TestInvoice(t *testing.T) {
_, err := api.QueryInvoiceSetting([]string{"1298742562"})
_, err := api.QueryInvoiceSetting([]string{"1310370176"})
fmt.Println(err)
}