Compare commits
2 Commits
e5c6cc664d
...
735c12951c
Author | SHA1 | Date | |
---|---|---|---|
735c12951c | |||
568ad0ebf4 |
@ -71,4 +71,5 @@ public class AlipayConfig implements Serializable {
|
|||||||
@ApiModelProperty(value = "商户号")
|
@ApiModelProperty(value = "商户号")
|
||||||
private String sysServiceProviderId;
|
private String sysServiceProviderId;
|
||||||
|
|
||||||
|
//12332
|
||||||
}
|
}
|
||||||
|
@ -50,6 +50,7 @@ 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