| | |
| | | @Component |
| | | public class UnifiedOrder { |
| | | |
| | | @Value("${umf.notify_url}") |
| | | static String NOTIFYURL; |
| | | |
| | | // static String url = "https://test-api-open.chinaums.com/v1/netpay/wx/unified-order"; |
| | | static String url = "https://api-mop.chinaums.com/v1/netpay/wx/unified-order"; |
| | |
| | | reqBody.secureTransaction = "false"; |
| | | reqBody.orderDesc = orderDesc; |
| | | reqBody.productId = productId; |
| | | reqBody.notifyUrl = "https://huacheng.psciio.com/api/huacheng-applets/wx/wxNotifyAll"; |
| | | reqBody.notifyUrl = "https://huacheng.psciio.com/api/huacheng-applets/wx/wxNotifyAllUnionpay"; |
| | | reqBody.tradeType = "MINI"; |
| | | reqBody.subOpenId = OpenId; |
| | | |