秘钥大小写问题

master
mengchengzhen 2021-07-22 17:08:58 +08:00
parent c7332e70c3
commit df3ba41d46
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class DyRechargeController {
}
try {
DyParamBean paramBean = getData(parameterMap);
String mySign = getMySign(paramBean);
String mySign = getMySign(paramBean).toUpperCase();
if (!paramBean.getSign().equals(mySign)) {
LOGGER.info("sign err");
jsonObject.addProperty("code","-17");