首次提交
This commit is contained in:
17
Assets/Scripts/Common/Net/Entity/JWT/JWTParseComponent.cs
Normal file
17
Assets/Scripts/Common/Net/Entity/JWT/JWTParseComponent.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace NBF
|
||||
{
|
||||
public sealed class Payload
|
||||
{
|
||||
public long aId { get; set; }
|
||||
public string Address { get; set; }
|
||||
public uint SceneId { get; set; }
|
||||
public int exp { get; set; }
|
||||
public string iss { get; set; }
|
||||
public string aud { get; set; }
|
||||
}
|
||||
|
||||
public sealed class JWTParseComponent : Fantasy.Entitas.Entity
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b961d3db251a549139e44f247fff06f4
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user