|
|
|
@@ -83,7 +83,8 @@ public class WxMiniAppPayV3AdapterService extends BaseWxPayV3AdapterService impl |
|
|
|
}else { |
|
|
|
throw new MallinkException(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"当前支付模式非法"); |
|
|
|
} |
|
|
|
req.setDescription(appInfo.getName()+"-"+productName); |
|
|
|
//req.setDescription(appInfo.getName()+"-"+productName); |
|
|
|
req.setDescription("product"); |
|
|
|
req.setOut_trade_no(record.getPayOrderNo()); |
|
|
|
req.setNotify_url(payAccount.getPayNotifyV3Url()); |
|
|
|
|
|
|
|
|