mitao
2025-02-21 31573d6180d15ef65ed0df9c2732495f40b12663
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.panzhihua.applets.unionpay;
 
public class UnionpayContent
{
 
    public static String APPID = "8a81c1bf831e72e30185755c7a0a3156";
    public static String APPKEY = "1697b2de76d547858699a45e2420c089";
    //商户号
    public static String MID = "898510475429005";
    //终端号
    public static String TID = "50525310";
    //机构商户号
    public static String INSTMID = "MINIDEFAULT";
    //订单号前4位{来源编号(4位)
    public static String TOP4 = "33ZV";
 
}