| | |
| | | /*********************************************************************** |
| | | * Project: CoreCms |
| | | * Project: baifenBinfa |
| | | * ProjectName: 百分兵法管理系统 |
| | | * Web: hhtp://chuanyin.com |
| | | * Web: http://chuanyin.com |
| | | * Author: |
| | | * Email: |
| | | * CreateTime: 202403/02 |
| | |
| | | /// <returns></returns> |
| | | Task<WebApiCallBack> BatchShip(string[] orderId, string logiCode, string logiNo, Dictionary<int, int> items, |
| | | int storeId = 0, string shipName = "", string shipMobile = "", int shipAreaId = 0, string shipAddress = "", |
| | | string memo = "", string deliveryCompanyId = ""); |
| | | string memo = "", string deliveryCompanyId = "", int? sendDistributionID = null); |
| | | |
| | | |
| | | /// <summary> |
| | |
| | | /// <returns></returns> |
| | | Task<WebApiCallBack> Ship(string orderId, string logiCode, string logiNo, Dictionary<int, int> items, |
| | | int storeId = 0, string shipName = "", string shipMobile = "", int shipAreaId = 0, string shipAddress = "", |
| | | string memo = "", string deliveryCompanyId = ""); |
| | | string memo = "", string deliveryCompanyId = "", int? sendDistributionID = null); |
| | | |
| | | |
| | | /// <summary> |