|
@@ -35,7 +35,7 @@ public class WexinController {
|
|
|
@Autowired
|
|
|
WeixinFacade weixinFacade;
|
|
|
|
|
|
- @PostMapping("/getConfig")
|
|
|
+ @RequestMapping("/getConfig")
|
|
|
public RespDTO<Map> getConfig(@RequestBody WeixinVO weixinVO) {
|
|
|
Map<String, String> map = weixinFacade.getConfig(weixinVO);
|
|
|
return RespDTO.onSuc(map);
|