This commit is contained in:
Mrx
2026-06-11 18:00:07 +08:00
parent 47ade3de94
commit 1c7b00e29c
3 changed files with 6 additions and 5 deletions

View File

@@ -25,6 +25,7 @@ func ProcessQYGLDG77Request(ctx context.Context, params []byte, deps *processors
"accountNo": paramsDto.AccountNo,
"accountBank": paramsDto.AccountBank,
}
apiPath := "/v2/company/dkrz/check" // 接口路径,根据数脉文档填写(如 v4/xxx
respBytes, err := deps.ShumaiService.CallAPIForm(ctx, apiPath, reqFormData)
if err != nil {