|
|
@@ -144,6 +144,7 @@ public class WxMiniAppPayV3AdapterService extends BaseWxPayV3AdapterService impl |
|
|
|
String timestamp = String.valueOf(Utility.getCurrentTimeStamp()); |
|
|
|
String noncestr = Utility.generate32UUID(); |
|
|
|
String signAgent = WxPayV3.getMiniAppPayEntry(payService, appInfo.getAppId(), timestamp, noncestr, prepayId); |
|
|
|
log.info("不知道是哪的问题"+signAgent); |
|
|
|
Map returnMap = new HashMap(); |
|
|
|
returnMap.put("appId", appInfo.getAppId()); |
|
|
|
returnMap.put("timeStamp", timestamp); |
|
|
|