This commit is contained in:
Mrx
2026-06-12 14:40:57 +08:00
parent ad44b190b7
commit 97f17e0cb7

View File

@@ -27,7 +27,7 @@ func ProcessYYSYXF7JRequest(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/consumption/9869 " apiPath := "/communication/consumption/9869"
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) {