This commit is contained in:
邹宗楠
2026-03-25 09:13:07 +08:00
parent 93bd28290d
commit c740630ce6
31 changed files with 2077 additions and 556 deletions

View File

@@ -23,11 +23,14 @@ func init() {
func TestCreateUnitorderOrder(t *testing.T) {
result, err := api.CreateUnitorderOrder(&CreateUnitorderOrderParam{
Reqsn: "88320943177180",
Trxamt: 10,
NotifyUrl: "http://callback.test.jxc4.com/tlpay/msg/",
Acct: "ojWb10M_8kV8NT0aZJa6A5umG1c8",
PayType: PayTypeZfbJS,
CusID: "",
AppID: "",
Trxamt: 903,
Reqsn: "88511379245872",
NotifyUrl: "http://callback.jxc4.com/tonglian/msg/",
Acct: "ojWb10K9G43un9OmdPhKuy6ho8LI",
PayType: "W06",
SubAppID: "wx4b5930c13f8b1170",
})
if err != nil {
t.Fatal(err)