增加了openapi
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
package simcu::simapi.communications
|
||||
|
||||
import std.collection.*
|
||||
import simcu::serialization.*
|
||||
|
||||
/**
|
||||
* 登录信息项:Token 认证通过后注入请求上下文。
|
||||
@@ -16,8 +17,11 @@ import std.collection.*
|
||||
*/
|
||||
public class SimApiLoginItem {
|
||||
public var id: String = ""
|
||||
@NotRequired
|
||||
public var types: Array<String> = ["user"]
|
||||
@NotRequired
|
||||
public var meta: HashMap<String, String> = HashMap<String, String>()
|
||||
@NotRequired
|
||||
public var extra: HashMap<String, Any> = HashMap<String, Any>()
|
||||
|
||||
public init() {}
|
||||
|
||||
Reference in New Issue
Block a user