add 联联平台 推送订单结算信息、查询订单结算信息 接口

This commit is contained in:
Lemon
2023-05-22 13:50:19 +08:00
parent a8cc05b588
commit 7ff3db1141
7 changed files with 144 additions and 12 deletions

View File

@@ -63,6 +63,13 @@ public interface IOrderBasicInfoService {
*/
int updateOrderBasicInfo(OrderBasicInfo orderBasicInfo);
/**
* 修改订单详情
* @param orderDetail
* @return
*/
int updateOrderDetail(OrderDetail orderDetail);
// 清订单缓存
void cleanCacheByOrderCode(String orderCode, String transactionCode);