src/main/java/com/xcong/excoin/modules/otc/service/OtcService.java
@@ -42,4 +42,8 @@ FebsResponse updateOtcSetting(OtcSettingEntity otcSettingEntity); int reduceCoin(Long id); OtcEntrustOrderEntity otcEntrustListUpdate(long id); FebsResponse otcEntrustConfirm(OtcEntrustOrderEntity otcEntrustOrderEntity); }