|
@@ -427,7 +427,7 @@ public class YqPayController extends BaseController {
|
|
*/
|
|
*/
|
|
@PostMapping("/notify")
|
|
@PostMapping("/notify")
|
|
public Msg notify(@ModelAttribute Msg msg) throws Exception {
|
|
public Msg notify(@ModelAttribute Msg msg) throws Exception {
|
|
- log.info(msg.toString());
|
|
|
|
|
|
+// log.info(msg.toString());
|
|
Map<String, Object> rqMap = new LinkedHashMap<String, Object>();
|
|
Map<String, Object> rqMap = new LinkedHashMap<String, Object>();
|
|
rqMap.put("code", msg.getCode());
|
|
rqMap.put("code", msg.getCode());
|
|
rqMap.put("msg", msg.getMsg());
|
|
rqMap.put("msg", msg.getMsg());
|