无关风月
4 天以前 4742874ad840d7e1e3ac79dc288b38e9a642319d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//package com.dsh.activity.util.wx;
//
///**
// * 常量
// */
//public class WXPayConstants {
//
//    public static final String DOMAIN_API = "https://api.mch.weixin.qq.com";
//
//    //app下单
//    public static final String PAY_TRANSACTIONS_APP = "/v3/pay/partner/transactions/app";
////    public static final String PAY_TRANSACTIONS_APP = "/v3/pay/transactions/app";
//
//
//    //微信支付回调
//    public static final String WECHAT_PAY_NOTIFY_URL =
//    "https://xxx.xxxx.com/deal/api/appPayment/weChatPayNotify";
//
//
//    //申请退款
//    public static final String REFUND_DOMESTIC_REFUNDS      = "/refund/domestic/refunds";
//
//    //微信退款回调
//    public static final String WECHAT_REFUNDS_NOTIFY_URL = "https://xxx.xxxx.com/api/appPayment/weChatPayRefundsNotify";
//
//    //关闭订单
//    public static final String PAY_TRANSACTIONS_OUT_TRADE_NO   = "/pay/transactions/out-trade-no/{}/close";
//
//
//
//
//}