huanghongfa
2021-04-20 3887287e4c11d32049f910dcce13a6b1e1e40cab
1
2
3
4
5
6
7
8
9
10
11
12
package com.panzhihua.common.constants;
 
/**
 * 微信支付通用常量
 *
 * @author LYQ
 */
public class PayCpmstant {
 
    //微信支付统一下单url地址
    public static final String UNIFIEDORDER_URL="https://api.mch.weixin.qq.com/pay/unifiedorder";
}