This commit is contained in:
Mrx
2026-01-26 18:14:24 +08:00
parent 32336e4ba0
commit 3ef7b7d1fb
6 changed files with 59 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ func ProcessYYSY09CDRequest(ctx context.Context, params []byte, deps *processors
}
apiPath := "/v4/mobile_three/check"
// 先尝试使用政务接口app_id2 和 app_secret2
respBytes, err := deps.ShumaiService.CallAPIForm(ctx, apiPath, reqFormData, true)
if err != nil {