随笔分类 -  Python接口

摘要:使用python处理验签接口: import requestsimport time#10位时间戳:timestamp=str(int(round(time.time())))#none:13位时间戳:nonce=str(int(round(time.time() * 1000)))#token:t 阅读全文
posted @ 2021-01-06 10:35 shao创 阅读(678) 评论(0) 推荐(0)