2022年2月18日
摘要: 缓存装饰器 from django.core.cache import cache from hashlib import md5 import json def cache_response(view_func): """ 接口返回信息加入缓存机制 :param view_func: :retur 阅读全文
posted @ 2022-02-18 14:08 JentZhang 阅读(195) 评论(0) 推荐(0)