|
@@ -32,7 +32,7 @@ public class XinLuController {
|
|
|
|
|
|
@PostMapping("/request")
|
|
|
public MessageResult<Integer> request(@RequestBody Map<String,List<JSONObject>> map) {
|
|
|
- log.info("xinlu get begin");
|
|
|
+ log.info("xinlu get begin map{}",map);
|
|
|
List<JSONObject> data = map.get("data");
|
|
|
if (CollectionUtils.isEmpty(data)) {
|
|
|
log.info("xinlu 解析回传数据为null");
|