新增引用

This commit is contained in:
jinling.yang
2022-11-22 14:17:27 +08:00
parent bfee3e7775
commit cc739a218e
2 changed files with 1 additions and 5 deletions

View File

@@ -4,15 +4,10 @@ import time
import hashlib
class Common(models.Model):
_name = 'sf.sync.common'
_description = u'公用类'
def get_headers(self,token, secret_key):
'''
获取requests中的heardes参数