xiaoyong931011
2020-08-14 8fd0c08fc03ade6449f3ef093b11d17f8e134daf
20200814
1 files modified
2 ■■■ changed files
src/main/java/com/xcong/excoin/modules/coin/controller/CoinController.java 2 ●●● patch | view | raw | blame | history
src/main/java/com/xcong/excoin/modules/coin/controller/CoinController.java
@@ -41,7 +41,7 @@
     *  获取我的总资产
     * @return
     */
    @ApiOperation(value = "获取我的币币账户信息", notes = "获取我的币币账户信息")
    @ApiOperation(value = "获取我的总资产", notes = "获取我的总资产")
    @ApiResponses({@ApiResponse( code = 200, message = "success", response = AllWalletCoinVo.class)})
    @GetMapping(value = "/getAllWalletCoin")
    public Result getAllWalletCoin() {