|
@@ -103,7 +103,7 @@ public class K3ReceiptController {
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "收款单详情")
|
|
@ApiOperation(value = "收款单详情")
|
|
- @GetMapping("/detail")
|
|
|
|
|
|
+ @PostMapping("/detail")
|
|
public ResponseHelper<K3ReceiptBean> detail(
|
|
public ResponseHelper<K3ReceiptBean> detail(
|
|
@ApiParam(required = true) @RequestParam String id
|
|
@ApiParam(required = true) @RequestParam String id
|
|
) throws Exception {
|
|
) throws Exception {
|