@be-link/ecommerce-trade-service-node-sdk 0.0.14 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -39,7 +39,7 @@ let OrderQueryByUserService = class OrderQueryByUserService extends BaseService_
|
|
|
39
39
|
};
|
|
40
40
|
__decorate([
|
|
41
41
|
(0, tsoa_1.OperationId)('根据商品提货方式查询用户最近订单'),
|
|
42
|
-
(0, tsoa_1.Post)('get-last-order-by-product-pick'),
|
|
42
|
+
(0, tsoa_1.Post)('get-last-order-addr-by-product-pick'),
|
|
43
43
|
__param(0, (0, tsoa_1.Body)())
|
|
44
44
|
], OrderQueryByUserService.prototype, "getLastOrderAddrByProductPick", null);
|
|
45
45
|
__decorate([
|