Commit f2de6320 authored by 黎博's avatar 黎博

修改/api/afterSaleNew/getApplyDetailInfo

parent e58e6abc
......@@ -367,7 +367,7 @@ public class OrderController {
*/
@PostMapping("/api/afterSaleNew/getApplyDetailInfo")
public AfsApplyDetailResponse getApplyDetailInfo(String token, String param) {
AfsApplyDetailRequest.ApplyDetailParam applyDetailParam = new AfsApplyDetailRequest.ApplyDetailParam();
AfsApplyDetailRequest.ApplyDetailParam applyDetailParam = JSON.parseObject(param, AfsApplyDetailRequest.ApplyDetailParam.class);
AfsApplyDetailResponse response = new AfsApplyDetailResponse();
response.setSuccess(true);
response.setResultMessage("操作成功");
......
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