mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:43:26 +08:00
【优化】移除旧版自定义交易组件。
This commit is contained in:
@@ -1,28 +0,0 @@
|
||||
/***********************************************************************
|
||||
* Project: CoreCms
|
||||
* ProjectName: 核心内容管理系统
|
||||
* Web: https://www.corecms.net
|
||||
* Author: 大灰灰
|
||||
* Email: jianweie@163.com
|
||||
* CreateTime: 2022/6/29 16:22:45
|
||||
* Description: 暂无
|
||||
***********************************************************************/
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq.Expressions;
|
||||
using System.Threading.Tasks;
|
||||
using CoreCms.Net.Model.Entities;
|
||||
using CoreCms.Net.Model.ViewModels.Basics;
|
||||
using CoreCms.Net.Model.ViewModels.UI;
|
||||
using SqlSugar;
|
||||
|
||||
namespace CoreCms.Net.IServices
|
||||
{
|
||||
/// <summary>
|
||||
/// 微信交易组件下单前置检查 服务工厂接口
|
||||
/// </summary>
|
||||
public interface ICoreCmsCheckBeforeAddOrderServices : IBaseServices<CoreCmsCheckBeforeAddOrder>
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -213,7 +213,7 @@ namespace CoreCms.Net.IServices
|
||||
/// <param name="memo">发货描述</param>
|
||||
/// <param name="storeId">店铺收货地址</param>
|
||||
/// <param name="shipAreaId">省市区id</param>
|
||||
/// <param name="deliveryCompanyId">直播物流编码</param>
|
||||
/// <param name="deliveryCompanyId">第三方对接物流编码</param>
|
||||
/// <returns></returns>
|
||||
Task<WebApiCallBack> BatchShip(string[] ids, string logiCode, string logiNo,
|
||||
Dictionary<int, int> items, string shipName, string shipMobile, string shipAddress, string memo,
|
||||
@@ -232,7 +232,7 @@ namespace CoreCms.Net.IServices
|
||||
/// <param name="memo">发货描述</param>
|
||||
/// <param name="storeId">店铺收货地址</param>
|
||||
/// <param name="shipAreaId">省市区id</param>
|
||||
/// <param name="deliveryCompanyId">直播物流编码</param>
|
||||
/// <param name="deliveryCompanyId">第三方对接物流编码</param>
|
||||
/// <returns></returns>
|
||||
Task<WebApiCallBack> Ship(string ids, string logiCode, string logiNo,
|
||||
Dictionary<int, int> items, string shipName, string shipMobile, string shipAddress, string memo,
|
||||
|
||||
Reference in New Issue
Block a user