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