增加magic name
This commit is contained in:
parent
bc1bc11ef4
commit
6ea0e8c96a
|
@ -216,8 +216,8 @@ class DhCommonViewSet(CreateModelMixin, CustomGenericViewSet):
|
|||
],
|
||||
"subsystem": {
|
||||
"subsystemType": 0,
|
||||
"name": "qyjy_ehs",
|
||||
"magic": "qyjy_ehs"
|
||||
"name": settings.MAGIC_NAME,
|
||||
"magic": settings.MAGIC_NAME
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue