Skip to content

Commit

Permalink
Merge pull request #962 from longguikeji/feature-12
Browse files Browse the repository at this point in the history
feat: 🎸 更新数据
  • Loading branch information
hanbinloop authored Jun 23, 2022
2 parents 2e1ca45 + dd0c8e5 commit a9857ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arkid/core/perm/permission_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,7 @@ def get_permission_str_process(self, userpermissionresult, is_64):
'''
对结果字符串加工
'''
compress = Compress()
if userpermissionresult.app:
# 有应用走新逻辑
app = userpermissionresult.app
Expand All @@ -1208,7 +1209,7 @@ def get_permission_str_process(self, userpermissionresult, is_64):
api_sort_id = permission_json.get('sort_id', -1)
if api_sort_id != -1:
temp_api_dict = {
'name': name
'name': api_name
}
if api_operation_id:
temp_api_dict['operation_id'] = api_operation_id
Expand Down

0 comments on commit a9857ce

Please sign in to comment.