fix: 授权规则账号列表返回asset.auto_info字段

pull/9717/head
Bai 2023-02-23 11:44:32 +08:00 committed by Jiangjie.Bai
parent aaeef83d38
commit d4435799ac
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class AccountAssetSerializer(serializers.ModelSerializer):
class Meta:
model = Asset
fields = ['id', 'name', 'address', 'type', 'category', 'platform']
fields = ['id', 'name', 'address', 'type', 'category', 'platform', 'auto_info']
def to_internal_value(self, data):
if isinstance(data, dict):