|
|
@ -104,14 +104,15 @@ namespace BBWY.Client.APIServices |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ApiResponse<bool> WareCompeteSealBox(long SealBoxId, int? BoxCount) |
|
|
|
public ApiResponse<bool> WareCompeteSealBox(long SealBoxId, int? BoxCount ) |
|
|
|
{ |
|
|
|
return SendRequest<bool>(globalContext.QKApiHost, $"api/SealBox/WareCompeteSealBox", |
|
|
|
new |
|
|
|
{ |
|
|
|
SealBoxId, |
|
|
|
BoxCount |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
, null, HttpMethod.Post); |
|
|
|
} |
|
|
|
/// <summary>
|
|
|
|