Commit f8fa0c08 by 吴迪

【新增】

parent 1f1019fa
...@@ -91,10 +91,13 @@ public class GLNController { ...@@ -91,10 +91,13 @@ public class GLNController {
@PostMapping("/api/domesticCode") @PostMapping("/api/domesticCode")
public R domesticCode(@RequestBody DomesticCodeVo domesticCodeVo, HttpServletRequest request) { public R domesticCode(@RequestBody DomesticCodeVo domesticCodeVo, HttpServletRequest request) {
/*
boolean captcha = sysCaptchaService.validate(domesticCodeVo.getUuid(), domesticCodeVo.getCaptcha()); boolean captcha = sysCaptchaService.validate(domesticCodeVo.getUuid(), domesticCodeVo.getCaptcha());
if(!captcha){ if(!captcha){
return R.error("验证码不正确"); return R.error("验证码不正确");
} }
*/
SearchgtinlogEntity searchgtinlogEntity = new SearchgtinlogEntity(); 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