Commit 0c7388759d22dcb76cc807c42e80f5d75b2afeb1

Authored by 潘钊
1 parent a81d7a78

update...

src/main/java/com/bsth/server_rs/directive/DirectiveRestService.java
... ... @@ -39,7 +39,7 @@ public class DirectiveRestService {
39 39 @Path("/send")
40 40 public int send(@RequestBody Map<String, Object> map){
41 41 try{
42   - map.put("sender", map.get("接口"));
  42 + map.put("sender", map.get("接口@系统"));
43 43 StringBuilder sb = HttpClientUtils.post(url , JSON.toJSONString(map));
44 44 return Integer.parseInt(sb.toString());
45 45 }catch (Exception e){
... ...