|
|
@@ -80,12 +80,4 @@ public class ProdCommController {
|
|
|
public ResponseEntity<IPage<ProdComm>> myCommList(PageParam<ProdComm> page) {
|
|
|
return ResponseEntity.ok(prodCommService.myCommList(page, SecurityUtils.getUser().getUserId()));
|
|
|
}
|
|
|
-
|
|
|
- @GetMapping("/reply")
|
|
|
- @ApiOperation(value = "小程序-商家回复")
|
|
|
- public ResponseEntity<Void> reply(Long prodCommId, String replyContent) {
|
|
|
- prodCommService.reply(prodCommId,replyContent);
|
|
|
- return ResponseEntity.ok().build();
|
|
|
- }
|
|
|
-
|
|
|
}
|