更新socket的类型导出
This commit is contained in:
parent
b6e18ff119
commit
596b647794
@ -7,7 +7,7 @@ const enableUUID = true // 需要接收信息中包含uuid字段,uuid优先级
|
||||
const enableEvent = true // 需要接收信息中包含event字段
|
||||
|
||||
|
||||
interface ConnectSocketOption extends UniApp.ConnectSocketOption {
|
||||
export interface ConnectSocketOption extends UniApp.ConnectSocketOption {
|
||||
headers: {
|
||||
isToken: boolean
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user