|
|
@ -542,7 +542,10 @@ namespace BBWY.Server.Business |
|
|
|
/// 创建订单
|
|
|
|
/// </summary>
|
|
|
|
/// <param name="request"></param>
|
|
|
|
public BatchCreareOrderResponse BatchCreateOrderV2(BatchPurchaseCreateOrderRequestV2 request) |
|
|
|
/// <param name="userId"></param>
|
|
|
|
/// <returns></returns>
|
|
|
|
/// <exception cref="BusinessException"></exception>
|
|
|
|
public BatchCreareOrderResponse BatchCreateOrderV2(BatchPurchaseCreateOrderRequestV2 request,string userId) |
|
|
|
{ |
|
|
|
/* |
|
|
|
下单日志 |
|
|
@ -752,7 +755,7 @@ namespace BBWY.Server.Business |
|
|
|
shopId = purchaseGroup.PurchaserId, //拳探店铺Id(商家Id)
|
|
|
|
originShopId = request.ShopId.ToString(), |
|
|
|
originShopName = request.ShopName, |
|
|
|
userId = "", //待定
|
|
|
|
userId, //待定
|
|
|
|
//userName = purchaseAccount.AccountName,
|
|
|
|
platform = Enums.Platform.拳探, |
|
|
|
purchaseTaskModels |
|
|
|