| | |
| | | private final IUserService userService; |
| | | |
| | | private final static String appId = "46a23e7c5fe54f46a37848dc740dc001"; |
| | | |
| | | private final static String appSecret = "AxVGmJcsfxEx36zptmr8J+sv7MAhL1mUuwrk4woGUrM="; |
| | | |
| | | private final static String method = "post"; |
| | | |
| | | @PostMapping("/userpush") |
| | | public Object userPush(@RequestBody ApiPushDTO apiPushDTO, HttpServletRequest request) { |
| | | System.out.println("请求参数:" + JSON.toJSONString(apiPushDTO)); |
| | | Map<String, Object> ret = new HashMap<>(); |
| | | |
| | | String clientId = request.getParameter("clientId"); |