f
This commit is contained in:
@@ -27,7 +27,7 @@ func ProcessYYSYXF7JRequest(ctx context.Context, params []byte, deps *processors
|
||||
}
|
||||
|
||||
// 最终请求 URL = https://api.chinadatapay.com/communication + 拼接接口地址值,如 personal/197
|
||||
apiPath := "/communication/consumption/9869 "
|
||||
apiPath := "/communication/consumption/9869"
|
||||
data, err := deps.ShujubaoService.CallAPI(ctx, apiPath, reqParams)
|
||||
if err != nil {
|
||||
if errors.Is(err, shujubao.ErrDatasource) {
|
||||
|
||||
Reference in New Issue
Block a user