Administrator
2025-12-12 abc803a37c3eb804a8c85164c41554eb9d1d44b8
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() {