This commit is contained in:
邹宗楠
2025-08-18 14:15:47 +08:00
parent a315351658
commit 3f3dc97058
5 changed files with 50 additions and 1 deletions

View File

@@ -159,3 +159,9 @@ func TestRefundOrder(t *testing.T) {
func TestQueryElectronicContract(t *testing.T) {
api.QueryElectronicContract(GetOrderNumber(8), 983931, "1008409270838853632")
}
func TestQueryElectronic(t *testing.T) {
resp, err := api.QueryElectronic("202508181038577028422164", 983931, "1009773397658267648")
fmt.Println(resp)
fmt.Println(err)
}