lidongdong
2023-03-20 998379e6b0e234ab42a06cfe7b79c450d9d1bba1
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/unionpay/UnifiedOrder.java
@@ -42,8 +42,6 @@
@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";
@@ -62,7 +60,7 @@
        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;