|
@ -95,7 +95,7 @@ namespace BBWY.Client.APIServices |
|
|
{ |
|
|
{ |
|
|
HttpClientHelper helper = new HttpClientHelper(globalContext.QKApiHost); |
|
|
HttpClientHelper helper = new HttpClientHelper(globalContext.QKApiHost); |
|
|
|
|
|
|
|
|
string url = $"{globalContext.QKApiHost}/api/PackTask/SearchProductNew?skuId={skuId}&ShopId={globalContext.User.Shop.ShopId}"; |
|
|
string url = $"{globalContext.QKApiHost}/api/PackTask/SearchProduct?skuId={skuId}&ShopId={globalContext.User.Shop.ShopId}"; |
|
|
var data = helper.Get(url); |
|
|
var data = helper.Get(url); |
|
|
|
|
|
|
|
|
return JsonConvert.DeserializeObject<ApiResponse<ProductSkuResponse>>(data); |
|
|
return JsonConvert.DeserializeObject<ApiResponse<ProductSkuResponse>>(data); |
|
|