xiaoyong931011
2021-07-05 cf200a1f92c01ba22c326c49391f748ffb006910
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);
}