|
|
@@ -67,7 +67,7 @@ public class UserMirrorFissionController {
|
|
|
* 镜像分裂车票记录
|
|
|
*/
|
|
|
@PostMapping("/record/{relationId}")
|
|
|
- public Result<String> recordUserMirrorFission(@PathVariable Long relationId) {
|
|
|
+ public Result<String> recordUserMirrorFission(@PathVariable Long relationId) throws Exception {
|
|
|
long userId = StpUserUtil.getLoginIdAsLong();
|
|
|
userMirrorFissionFrontService.recordUserMirrorFission(userId, relationId);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult();
|