调整验签
This commit is contained in:
@@ -46,7 +46,7 @@ public class KdzApiController {
|
||||
//用户唯一标识id
|
||||
sb.append("timestamp=").append(request.getTimestamp()).append("&");
|
||||
//企业唯一标识enterpriseId
|
||||
sb.append("enterpriseId=").append(eid).append("&");
|
||||
sb.append("enterpriseId=").append(eid);
|
||||
String md5 = EncryptUtil.xfsgMd5(sb.toString());
|
||||
return md5.equals(request.getSign());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user