1
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user