|
@@ -137,6 +137,7 @@ public class PayWxV3Service {
|
|
|
logger.debug("微信APP支付下单返回结果: {}", JsonUtil.toJson(response));
|
|
|
ApiPayWxAppResponseVo vo = BeanUtil.transformBean(response, ApiPayWxAppResponseVo.class);
|
|
|
vo.setMchid(mchid);
|
|
|
+ vo.setPid(pid);
|
|
|
return vo;
|
|
|
} catch (Exception exception) {
|
|
|
logger.error("微信APP支付下单请求异常", exception);
|