摘要: ## django```//# 构造钉钉回调方法def ding_back(request): # 获取code code = request.GET.get("code") t = time.time() # 时间戳 timestamp = str((int(round(t * 1000)))) 阅读全文
posted @ 2020-06-18 18:55 LSC_Progressing 阅读(102) 评论(0) 推荐(0)