获取当前时间 :return:
()
| 33 | |
| 34 | |
| 35 | async def get_now(): |
| 36 | """ |
| 37 | 获取当前时间 |
| 38 | :return: |
| 39 | """ |
| 40 | return datetime.datetime.now(datetime.timezone(datetime.timedelta(hours=8))) |
| 41 | |
| 42 | |
| 43 | async def get_select_token(code: str): |
no outgoing calls
no test coverage detected