增加 pay.html 前端,对接微信 JS SDK

This commit is contained in:
YunaiV
2021-10-24 23:46:53 +08:00
parent 60f5898c9a
commit 72438ed5f6
5 changed files with 72 additions and 10 deletions

View File

@ -18,6 +18,6 @@ public class PayOrderSubmitRespVO {
/**
* 调用支付渠道的响应结果
*/
private String invokeResponse;
private Object invokeResponse;
}