| | |
| | | |
| | | FebsResponse connectSave(ApiConnectSaveDto dto); |
| | | |
| | | FebsResponse expireOrder(ApiExpireOrderDto dto); |
| | | |
| | | FebsResponse createOrder(ApiCreateOrderDto dto); |
| | | |
| | | FebsResponse payOrder(ApiPayOrderDto dto); |
| | |
| | | |
| | | FebsResponse checkOrder(ApiCheckOrderDto dto); |
| | | |
| | | FebsResponse insureOrder(ApiCheckOrderDto dto); |
| | | |
| | | void checkActivityItem(Long orderId); |
| | | |
| | | void overtimeJob(); |
| | |
| | | FebsResponse addComment(ApiPayOrderAddCommentDto dto); |
| | | |
| | | List<ApiActivityCommentVo> commentByActivityId(ApiActivityCommentDto dto); |
| | | |
| | | void getAddLike(Long socialId); |
| | | |
| | | void getAddCollect(Long socialId); |
| | | } |