-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/zy/cla check #5
Conversation
开始门禁检查,等门禁检查通过后可以合入 |
import org.springframework.web.client.RestTemplate; | ||
|
||
@Data | ||
@Slf4j |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个逐渐是否可以去掉
* cla签署校验 | ||
* | ||
* @param request request | ||
* @return JsonResponse |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
修改成 是否签署cla
public boolean check(String email) { | ||
String queryUrl = checkUrl + "?email=" + email; | ||
HttpEntity<String> entity = new HttpEntity<>(null, null); | ||
ResponseEntity<String> responseEntity = restTemplate.exchange(queryUrl, HttpMethod.GET, entity, String.class); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
如果失败是否需要加上重试
1.validate input parameter in review certificate
2.cla check