This commit is contained in:
邹宗楠
2025-09-16 14:00:03 +08:00
parent e80ce01a03
commit 5c83dae329
4 changed files with 170 additions and 14 deletions

View File

@@ -39,8 +39,10 @@ func TestSendMsg(t *testing.T) {
fmt.Println(err)
}
func TestNew(t *testing.T) {
a := 1698388286149
b := int(a / 1000)
fmt.Println(b)
func TestInvoice(t *testing.T) {
api.QueryInvoiceSetting([]string{"1306214718"})
}
func TestQueryUnansweredInvoice(t *testing.T) {
api.QueryUnansweredInvoice("1306214718")
}