go_api_bbs_set.py 272 B

123456789
  1. from .tool.func import *
  2. async def api_bbs_set():
  3. other_set = {}
  4. func_name = sys._getframe().f_code.co_name
  5. func_name += '_put'
  6. return flask.Response(response = (await python_to_golang(func_name, other_set)), status = 200, mimetype = 'application/json')