Commit 00ab97f091f07d823ea45af9970b42dfc0fca745

Authored by litao
1 parent d5dda5bd00

bug修复

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-patient-service/src/main/java/com/lyms/platform/biz/RemoteService.java View file @ 00ab97f
... ... @@ -39,7 +39,7 @@
39 39 params.put("personId", personId);
40 40 params.put("couponTypes", couponTypes);
41 41 String rest = HttpClientUtil.doPost(BASE_URL + urlEnum.getUrl(), params, "utf-8");
42   - System.out.println("远程调用作废优惠券: personId: " + personId + ", couponTypes: " + couponTypes + ", 返回值: " + rest);
  42 + System.out.println("远程调用作废优惠券: personId: " + personId + ", couponTypes: " + couponTypes + ", 返回值: " + rest + " url: " + BASE_URL + urlEnum.getUrl());
43 43 }
44 44  
45 45 }