mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-02-14 12:06:24 +08:00
pay模块批量添加缺失的javadoc文档
This commit is contained in:
@@ -127,8 +127,17 @@ public class WxPayConstants {
|
||||
* 签名类型.
|
||||
*/
|
||||
public static class SignType {
|
||||
/**
|
||||
* The constant HMAC_SHA256.
|
||||
*/
|
||||
public static final String HMAC_SHA256 = "HMAC-SHA256";
|
||||
/**
|
||||
* The constant MD5.
|
||||
*/
|
||||
public static final String MD5 = "MD5";
|
||||
/**
|
||||
* The constant ALL_SIGN_TYPES.
|
||||
*/
|
||||
public static final List<String> ALL_SIGN_TYPES = Lists.newArrayList(HMAC_SHA256, MD5);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user