This commit is contained in:
邹宗楠
2025-08-05 16:20:28 +08:00
parent eb59d502e0
commit 28af82d606
6 changed files with 60 additions and 15 deletions

View File

@@ -83,5 +83,21 @@ func TestAccountStatusQuery(t *testing.T) {
}
func TestSeparateQueryAmt(t *testing.T) {
api.SeparateQueryAmt("822651059990E2S", "20250731111111", "20250731")
api.SeparateQueryAmt("822651059990E2S", "66222324796612", "20250805")
}
//func TestSeparate(t *testing.T) {
// api.Separate(&OrderSeparateReq{
// MerchantNo: "822651059990E2S",
// LogNo: "66222324796612",
// LogDate: "20250805",
// OutSeparateNo: "983931822651059990E2",
// TotalAmt: "1",
// LklOrgNo: "983931",
// CalType: "0",
// NotifyUrl: CallbackLaKaLaSeparateUrl,
// RecvDatas: []RecvDatasParam{
// {RecvMerchantNo: ,RecvNo: ,SeparateValue: ,},
// },
// })
//}