【类 型】:

【主	题】:
【描	述】:
	[原因]:
	[过程]:
	[影响]:
【结	束】

# 类型 包含:
# feat:新功能(feature)
# fix:修补bug
# docs:文档(documentation)
# style: 格式(不影响代码运行的变动)
# refactor:重构(即不是新增功能,也不是修改bug的代码变动)
# test:增加测试
# chore:构建过程或辅助工具的变动
Merge branch 'master' of http://111.229.174.37:3000/Food/food_server

# Conflicts:
#	FlyCube/Api/Controller/PublicController.class.php
This commit is contained in:
tk 2024-06-05 17:36:07 +08:00
commit 842415a3cc

View File

@ -76,6 +76,7 @@ class PublicController extends Controller
'iss' => 'jwt_admin', // 签发者
'nbf' => $currtime, // 在此时间之前不可用 (这里是2秒以内)
'exp' => strtotime('tomorrow'), //过期时间 到第二天凌晨
'exp' => $currtime + 20, //过期时间 到第二天凌晨
'openid' => $openid,
'session_key' => $session_key,
];