generated from root/miduo_server
草花支付
parent
d4245a800f
commit
6722e70ef6
|
@ -75,7 +75,7 @@ public class CHGnRechargeController {
|
||||||
|
|
||||||
String sig = getMySign(data, appsecret);
|
String sig = getMySign(data, appsecret);
|
||||||
|
|
||||||
if (!sig.equals(sign)) {
|
if (!sig.toUpperCase().equals(sign)) {
|
||||||
responseEntity = new ResponseEntity<>(HttpStatus.OK);
|
responseEntity = new ResponseEntity<>(HttpStatus.OK);
|
||||||
LOGGER.info("callback==>roleUid={},sin derify fail,mine sign={} ", consumerid, sig);
|
LOGGER.info("callback==>roleUid={},sin derify fail,mine sign={} ", consumerid, sig);
|
||||||
return responseEntity;
|
return responseEntity;
|
||||||
|
|
Loading…
Reference in New Issue