老师说传来的md5为null或者传来的md5与seckillId生成的md5不匹配需要抛出异常
是不是应该写成if (md5 == null || !md5.equals(getMD5(seckillId)))
加一个!取反
需要取反没错