feat(terminal): 终端管理添加批量更新接口

This commit is contained in:
xinwen
2020-07-29 14:57:44 +08:00
committed by 老广
parent 34b188bbe7
commit 1b052a8729
10 changed files with 72 additions and 35 deletions

View File

@@ -1,7 +1,8 @@
# -*- coding: utf-8 -*-
#
from rest_framework.exceptions import APIException
from rest_framework import status
class JMSException(APIException):
pass
status_code = status.HTTP_400_BAD_REQUEST