feat: quick返回mlogId

This commit is contained in:
caoqianming 2025-08-19 11:32:48 +08:00
parent d019e708cd
commit bbfa512bb1
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ class MlogViewSet(CustomModelViewSet):
sr_2.is_valid(raise_exception=True)
mlogbin = sr_2.save()
MlogbInViewSet.p_create_after(mlogbin)
return Response({"mlog": mlog.id})
return Response({"mlog": str(mlog.id)})
class HandoverViewSet(CustomModelViewSet):
"""