还原提交
This commit is contained in:
@ -71,5 +71,4 @@ public class AlipayConfig implements Serializable {
|
|||||||
@ApiModelProperty(value = "商户号")
|
@ApiModelProperty(value = "商户号")
|
||||||
private String sysServiceProviderId;
|
private String sysServiceProviderId;
|
||||||
|
|
||||||
//12332
|
|
||||||
}
|
}
|
||||||
|
@ -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
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 校验签名
|
* 校验签名
|
||||||
|
Reference in New Issue
Block a user