go_api_list_auth.py 164 B

123456
  1. from .tool.func import *
  2. async def api_list_auth():
  3. other_set = {}
  4. return flask.jsonify(await python_to_golang(sys._getframe().f_code.co_name, other_set))