代理商

This commit is contained in:
“wanyongkang”
2021-02-21 18:18:26 +08:00
parent 41e1742f82
commit a53ec5cf96
14 changed files with 732 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ class Index
'OperaterID' => $userinfo['id'],
'TenantId' => 1157,
'iat' => time(),
'exp' => time() + 60 * 60
'exp' => time() + 180 * 60
];
$token = $jwt::getToken($payload);