You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当使用 var result = await _basePayApis.RefundAsync(dataInfo); 进行退款时,当传入 notifyUrl 的值为 "" 时,接口返回的错误信息为:Error converting value 0 to type 'System.String[]'. Path 'detail.value', line 1, position 59.,未能返回正确的错误信息
问题描述
当使用
var result = await _basePayApis.RefundAsync(dataInfo);
进行退款时,当传入 notifyUrl 的值为 "" 时,接口返回的错误信息为:Error converting value 0 to type 'System.String[]'. Path 'detail.value', line 1, position 59.
,未能返回正确的错误信息重现问题步骤(如果可以)
微信官方文档 URL
微信官方文档快照(直接复制关键内容到下方)
发现问题的模块
- [ ] Senparc.Weixin.QY 版本:模块对应的 .net 版本
开发环境
缓存环境
系统环境
联系方式
Email:
(也可将问题地址及联系方式发送到 [email protected])
The text was updated successfully, but these errors were encountered: