This commit is contained in:
邹宗楠
2026-01-21 14:14:26 +08:00
parent abaf8aa75e
commit ab96fc6343
11 changed files with 147 additions and 31 deletions

View File

@@ -1,5 +1,23 @@
package dadaapi
import (
"fmt"
"testing"
)
func TestQueryBillBalance(t *testing.T) {
dadaapi.QueryBillBalance()
}
func TestBalanceRecharge(t *testing.T) {
result, err := dadaapi.BalanceRecharge(&RechargeParam{
Amount: 0.01,
Category: "H5",
NotifyUrl: "",
})
fmt.Println(result)
fmt.Println(err)
}
//
//import (
// "testing"