新增 微信第三方平台 获取审核状态接口

This commit is contained in:
Lemon
2023-08-01 10:08:32 +08:00
parent 6a8504601f
commit cb3ef2c242
5 changed files with 147 additions and 9 deletions

View File

@@ -64,6 +64,8 @@ public class Constants {
public static final int one = 1;
public static final int four = 4;
public static final byte zeroByte = 0x00;
public static final byte[] zeroByteArray = new byte[]{zeroByte};