feat(REQ-3300) - 增加 IM 群聊中的重新发起和发起执行两个按钮的逻辑
This commit is contained in:
parent
b2bb2ec3d4
commit
a8d01d2ca4
@ -135,5 +135,5 @@ public interface ChangeRecordApi {
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/api/visa/change/execute")
|
||||
ApiResult<Void> executeChangeRecord(@Validated @RequestBody ChangeRecordButtonOperationReq req();
|
||||
ApiResult<Void> executeChangeRecord(@Validated @RequestBody ChangeRecordButtonOperationReq req);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user