This commit is contained in:
邹宗楠
2025-08-18 11:38:59 +08:00
parent a79d9ddec2
commit a315351658
6 changed files with 10 additions and 1693 deletions

View File

@@ -155,3 +155,7 @@ func TestRefundOrder(t *testing.T) {
}
api.RefundOrder(param)
}
func TestQueryElectronicContract(t *testing.T) {
api.QueryElectronicContract(GetOrderNumber(8), 983931, "1008409270838853632")
}