Commit f8fa0c08 by 吴迪

【新增】

parent 1f1019fa
......@@ -91,10 +91,13 @@ public class GLNController {
@PostMapping("/api/domesticCode")
public R domesticCode(@RequestBody DomesticCodeVo domesticCodeVo, HttpServletRequest request) {
/*
boolean captcha = sysCaptchaService.validate(domesticCodeVo.getUuid(), domesticCodeVo.getCaptcha());
if(!captcha){
return R.error("验证码不正确");
}
*/
SearchgtinlogEntity searchgtinlogEntity = new SearchgtinlogEntity();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment