forked from yoone/API
fix(freightwaves.service): 修正createOrder接口返回完整response对象而非仅data字段
This commit is contained in:
parent
7a25a685a5
commit
e96ca04f07
|
|
@ -268,7 +268,7 @@ export class FreightwavesService {
|
||||||
};
|
};
|
||||||
|
|
||||||
const response = await this.sendRequest<CreateOrderResponseData>('shipService/order/createOrder', requestData);
|
const response = await this.sendRequest<CreateOrderResponseData>('shipService/order/createOrder', requestData);
|
||||||
return response.data;
|
return response;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue