Commit 3728772b authored by 黎博's avatar 黎博

modify /api/afterSaleNew/getGoodsAttributes

parent 7bcb9a09
......@@ -256,13 +256,14 @@ public class OrderController {
* 9.1 查询商品售后属性
*/
@PostMapping("/api/afterSaleNew/getGoodsAttributes")
public AfsGoodsAttributesResponse getAfterSaleNewGoodsAttributes(AfsGoodsAttributesRequest request) {
AfsGoodsAttributesRequest.AfterOrderInfo afterOrderInfo = request.getParam();
List<Long> wareIdList = afterOrderInfo.getWareIds();
public AfsGoodsAttributesResponse getAfterSaleNewGoodsAttributes(String token, AfsGoodsAttributesRequest.AfterOrderInfo param) {
// AfsGoodsAttributesRequest.AfterOrderInfo afterOrderInfo = request.getParam();
// List<Long> wareIdList = afterOrderInfo.getWareIds();
List<Long> wareIdList = param.getWareIds();
AfsGoodsAttributesResponse response = new AfsGoodsAttributesResponse();
response.setSuccess(true);
response.setResultMessage("");
response.setResultMessage("操作成功");
response.setResultCode("0000");
List<AfsGoodsAttributesResponse.SupportedInfo> supportedInfoList = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment