This commit is contained in:
Mrx
2026-03-04 14:10:30 +08:00
parent 44b5f6b145
commit 4ee6e891cd

View File

@@ -39,7 +39,7 @@ func ProcessQYGLJ0Q1Request(ctx context.Context, params []byte, deps *processors
} }
// 最终请求 URL = https://api.chinadatapay.com/communication + 拼接接口地址值,如 personal/197 // 最终请求 URL = https://api.chinadatapay.com/communication + 拼接接口地址值,如 personal/197
apiPath := "/communication/personal/1979" apiPath := "/communication/personal/10216"
data, err := deps.ShujubaoService.CallAPI(ctx, apiPath, reqParams) data, err := deps.ShujubaoService.CallAPI(ctx, apiPath, reqParams)
if err != nil { if err != nil {
if errors.Is(err, shujubao.ErrDatasource) { if errors.Is(err, shujubao.ErrDatasource) {