|
@@ -127,7 +127,7 @@ public class OrderNotifyController {
|
|
|
@PostMapping("/adapay/order/{merchant}/{orderId}")
|
|
@PostMapping("/adapay/order/{merchant}/{orderId}")
|
|
|
@ResponseBody
|
|
@ResponseBody
|
|
|
public void adapayNotify(@PathVariable String merchant, @PathVariable Long orderId, HttpServletRequest request) {
|
|
public void adapayNotify(@PathVariable String merchant, @PathVariable Long orderId, HttpServletRequest request) {
|
|
|
- log.info("adapay notify: \n{}", JSON.toJSONString(request.getParameterMap(), PrettyFormat));
|
|
|
|
|
|
|
+ log.info("adapay notify: merchant={} \n{}", merchant, JSON.toJSONString(request.getParameterMap(), PrettyFormat));
|
|
|
try {
|
|
try {
|
|
|
String data = request.getParameter("data");
|
|
String data = request.getParameter("data");
|
|
|
String sign = request.getParameter("sign");
|
|
String sign = request.getParameter("sign");
|