philia
Preparing search index...
protocol/milky/type/message
IncomingLightApp
Interface IncomingLightApp
小程序消息段
interface
IncomingLightApp
{
data
:
{
app_name
:
string
;
json_payload
:
string
}
;
type
:
"light_app"
;
}
Hierarchy (
View Summary
)
ASegment
IncomingLightApp
Index
Properties
data
type
Properties
data
data
:
{
app_name
:
string
;
json_payload
:
string
}
结构体
Type declaration
app_name
:
string
小程序名称
json_payload
:
string
小程序JSON数据
type
type
:
"light_app"
类型标识符
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
type
philia
Loading...
小程序消息段