因为现在的验证码是新版的需要将
const match = val.match(/M.[\w+.]+(-\w+){4}/);改为const match = val.match(/M.[^&]+/);
希望作者尽快修改
可以可以,我直接手动改了
已修复,感谢贡献,GitHub可以邀请你加入贡献者