|
|
@@ -58,7 +58,7 @@ public class LeYunFuController {
|
|
|
@RequestMapping(value = "/notify", method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
public String notify(HttpServletRequest request, HttpServletResponse response) {
|
|
|
-
|
|
|
+ logger.error("lyf:notify");
|
|
|
try {
|
|
|
Map<String, String> m = notifyMap(request, response);
|
|
|
if (m != null && "SUCCESS".equals(m.get("result_code"))
|