xiaoyong931011
2023-07-27 f28c02b17c38177041fbf79ef92051401cadde46
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")