[Update] 更新ap请求

This commit is contained in:
ibuler
2018-03-25 21:47:29 +08:00
parent 7f4f67aa8d
commit 75319b99ae
8 changed files with 159 additions and 116 deletions

View File

@@ -38,7 +38,7 @@ class AssetGrantedSerializer(serializers.ModelSerializer):
model = Asset
fields = (
"id", "hostname", "ip", "port", "system_users_granted",
"is_active", "system_users_join", "os",
"is_active", "system_users_join", "os", 'domain',
"platform", "comment"
)