支付宝手机支付

This commit is contained in:
liuyingfang
2023-12-01 13:50:58 +08:00
parent 8b555d4682
commit 1bc78bd416
10 changed files with 213 additions and 21 deletions

View File

@@ -486,6 +486,7 @@ public class WechantController {
String orderNumber = params.getString("orderNumber");
System.out.println("orderNumber"+orderNumber);
String appId=params.containsKey("appId")?params.getString("appId"):null;
System.out.println("appid++++"+appId);
return apiPayService.orderPay(openid,orderNumber,appId);
}