This commit is contained in:
jinyu 2016-11-28 16:45:01 +08:00
parent fe735931ec
commit 8f0d53b84a

View File

@ -52,7 +52,7 @@ public class APPPayRequest extends AbstractPayRequest {
content.append(String.format("<appid><![CDATA[%s]]></appid>", content.append(String.format("<appid><![CDATA[%s]]></appid>",
payRequest.getAppId())); payRequest.getAppId()));
content.append(String.format("<partnerid><![CDATA[%s]]></partnerid>", content.append(String.format("<partnerid><![CDATA[%s]]></partnerid>",
getPaymentAccount().getPartnerId())); getPaymentAccount().getMchId()));
content.append(String.format("<prepayid><![CDATA[%s]]></prepayid>", content.append(String.format("<prepayid><![CDATA[%s]]></prepayid>",
payRequest.getPrepayId())); payRequest.getPrepayId()));
content.append(String.format("<package><![CDATA[%s]]></package>", content.append(String.format("<package><![CDATA[%s]]></package>",