还原提交

This commit is contained in:
2025-06-23 10:19:28 +08:00
parent 735c12951c
commit 3278b789dd
2 changed files with 0 additions and 2 deletions

View File

@ -71,5 +71,4 @@ public class AlipayConfig implements Serializable {
@ApiModelProperty(value = "商户号") @ApiModelProperty(value = "商户号")
private String sysServiceProviderId; private String sysServiceProviderId;
//12332
} }

View File

@ -50,7 +50,6 @@ public class AlipayUtils {
String[] split2 = s1.split(":"); String[] split2 = s1.split(":");
return split2[0] + split2[1] + split2[2] + a; return split2[0] + split2[1] + split2[2] + a;
} }
//12313
/** /**
* 校验签名 * 校验签名