Helius
2020-05-29 8e64d903658a8df9eebc873c1c72c68f9b9bda32
src/main/java/com/xcong/excoin/modules/coin/parameter/dto/SubmitSalesWalletCoinOrderDto.java
@@ -16,7 +16,7 @@
   private String symbol;
   @NotNull(message = "交易类型不能为空")
    @ApiModelProperty(value = "买入卖出类型买入:1,卖出:2", example = "USDT")
    @ApiModelProperty(value = "买入卖出类型买入:1,卖出:2", example = "1")
    private Integer type;
   
   @NotNull(message = "交易方式不能为空")