This commit is contained in:
邹宗楠
2025-07-23 13:35:36 +08:00
parent b92fc6bc88
commit 6949aa9c19
3 changed files with 30 additions and 26 deletions

View File

@@ -29,16 +29,15 @@ func TestCreateSeparate(t *testing.T) {
func TestGetSeparate(t *testing.T) {
paramter := &SeparateQueryReq{
Version: "1.0",
OrderNo: "KFPT20230223181747812863750",
OrgCode: "1",
MerInnerNo: "822*********",
MerCupNo: "",
Version: Version2,
OrderNo: "KFPT20230223181747812863750",
OrgCode: "983931",
MerCupNo: "822651059990E0M",
}
api.SeparateQuery(paramter)
}
func TestQuerySeparateRecipient(t *testing.T) {
api.QuerySeparateRecipient("NEWRETAILSPLIT26687958", "4002022021832894453")
api.QuerySeparateRecipient("SR20240010115366", "SR2024000115366")
}