机床唯一编码生成

This commit is contained in:
gqh
2022-11-23 11:00:07 +08:00
parent cc739a218e
commit 1582896ac4
4 changed files with 23 additions and 4 deletions

View File

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