Commit e02c3d82 authored by unset's avatar unset

添加意见反馈添加信息

parent a02baca6
......@@ -37,8 +37,8 @@ public class OrderInfoController extends BaseController<OrderInfoBiz,OrderInfo>
return baseBiz.invoiceSend(confirmReceivedDto);
}
@GetMapping(value = "customerToOrderInfo")
public ObjectRestResponse customerToOrderInfo(CustomFormDto customFormDto) {
@PostMapping(value = "customerToOrderInfo")
public ObjectRestResponse customerToOrderInfo(@RequestBody CustomFormDto customFormDto) {
return baseBiz.customerToOrderInfo(customFormDto);
}
......
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