xiaoyong931011
2021-07-16 9fe8f2b9eb26431e0da9ddcc55c8d0ca2f6d259c
1
2
3
4
5
6
7
8
9
package com.xzx.gc.common.utils.wxpay;
public class WXPayConstants {
 
    public enum SignType {
        MD5, HMACSHA256
    }
 
 
}