支付宝手机支付
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user