|
@@ -72,7 +72,7 @@ public class EvaluatorController {
|
|
|
JSONObject params = new JSONObject();
|
|
|
params.put("num", redis.getCodeRs(body.getStaffId()));
|
|
|
params.put("name", body.getStaffName());
|
|
|
- params.put("photo", "https://staticweb.hnthyy.cn/images/employee-portrait/test.jpg");
|
|
|
+ params.put("photo", "");
|
|
|
String url = CLIENT.replace("{IP}", body.getClientIp())
|
|
|
.replace("{ACTION}", "SS");
|
|
|
String result = new RestTemplate().postForObject(url, params, String.class);
|