This commit is contained in:
邹宗楠
2025-07-29 10:52:30 +08:00
parent 3285b9a816
commit c34cc86bba
5 changed files with 29 additions and 2 deletions

View File

@@ -20,3 +20,24 @@ func TestCardBin(t *testing.T) {
globals.SugarLogger.Debugf("result := %s", utils.Format4Output(result, false))
globals.SugarLogger.Debugf("result := %v", err)
}
func TestPayActive(t *testing.T) {
api.AggregatePay(&AggregatePayReq{
MerchantNo: "",
TermNo: "",
OutTradeNo: "",
AccountType: "",
TransType: "",
TotalAmount: "",
LocationInfo: LocationInfoObj{},
BusiMode: "",
Subject: "",
PayOrderNo: "",
NotifyUrl: "",
SettleType: "",
Remark: "",
PnrInsIdCd: "",
AccBusiFields: nil,
CompleteNotifyUrl: "",
})
}