go_view_list_random.py 177 B

12345678
  1. from .tool.func import *
  2. async def view_list_random():
  3. other_set = {}
  4. data = await python_to_golang(sys._getframe().f_code.co_name, other_set)
  5. return data["data"]