This commit is contained in:
2026-06-20 14:06:34 +08:00
parent 5a066180b5
commit 8ae0609bed

View File

@@ -35,7 +35,7 @@ func ProcessYYSY6D9ARequest(ctx context.Context, params []byte, deps *processors
} }
// 以表单方式调用数脉 API参数在 CallAPIForm 内转为 application/x-www-form-urlencoded // 以表单方式调用数脉 API参数在 CallAPIForm 内转为 application/x-www-form-urlencoded
apiPath := "/v4/mobile-transfer/query" apiPath := "/v1/mobile_status/checky"
respBytes, err := deps.ShumaiService.CallAPIForm(ctx, apiPath, reqFormData) respBytes, err := deps.ShumaiService.CallAPIForm(ctx, apiPath, reqFormData)
if err != nil { if err != nil {
if errors.Is(err, shumai.ErrDatasource) { if errors.Is(err, shumai.ErrDatasource) {