修改magicname

This commit is contained in:
曹前明 2022-08-18 18:48:11 +08:00
parent 6ea0e8c96a
commit b29f9554f4
1 changed files with 2 additions and 2 deletions

View File

@ -216,8 +216,8 @@ class DhCommonViewSet(CreateModelMixin, CustomGenericViewSet):
],
"subsystem": {
"subsystemType": 0,
"name": settings.MAGIC_NAME,
"magic": settings.MAGIC_NAME
"name": 'qyjy_ehs',
"magic": 'qyjy_ehs'
}
}
}