src/main/java/cc/mrbird/febs/mall/controller/ApiLoginController.java
@@ -127,6 +127,15 @@ } /** * 获取分享二维码 */ @ApiOperation(value = "获取分享权限", notes = "获取分享权限") @PostMapping(value = "/getPower") public FebsResponse getPower(@RequestBody WxPowerDto wxPowerDto){ return iXcxPayService.getPower(wxPowerDto); } /** * 获取ACCESS_TOKEN */ @ApiOperation(value = "获取ACCESS_TOKEN", notes = "获取ACCESS_TOKEN")