Commit 43111c26 authored by 王亮's avatar 王亮

Merge remote-tracking branch 'origin/feature-migration-20230628' into feature-migration-20230628

parents 77e6b434 2d534679
......@@ -79,7 +79,7 @@ public class GeetestBehaviorStrategy implements BehaviorStrategy {
).offline(false).newCaptcha(true).
build());
String registerReDt = LocalDateTime.now().toString();
imgMap.put(Constants.QG_CAPTCHA_INITDT,behaviorReq.getInitializeDt().toString());
imgMap.put(Constants.QG_CAPTCHA_INITDT,behaviorReq.getInitializeDt() == null ? null : behaviorReq.getInitializeDt().toString());
imgMap.put(Constants.QG_CAPTCHA_REGISTERDT,registerDt);
imgMap.put(Constants.QG_CAPTCHA_REGISTERREDT,registerReDt);
......
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