-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
【急】微信支付分取消订单,完成订单都报错,是不是out_trade_no里应该加上JsonIgnore特性? #2989
Comments
@zariczhu 是否方便提供一下你程序里面调用接口的代码(请脱敏)? |
@JeffreySu --取消支付分订单 |
@zariczhu 好的,已经安排修改和测试,今日会发布,谢谢! |
谢谢 |
@JeffreySu 请问发布了吗 |
@zariczhu 刚刚发布,非常感谢! |
您好,现在用的是Senparc.Weixin.TenPayV3 1.2.1版本。
完成订单和取消订单的时候报错
{"code":"PARAM_ERROR","message":"无法将输入源“/body/out_trade_no”映射到目标字段“商户订单号”中,此字段并非多重字段但被输入源“/uri_template/out_trade_no”映射过了。"}
查看了官方文档,应该是post data里 不要放out_trade_no,所以是不是
CancelServiceOrderRequestData
CompleteServiceOrderRequestData
里的out_trade_no 不应该再放到body里 post过去?
谢谢!
The text was updated successfully, but these errors were encountered: