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