From 944f502a93ec99f8d3bb25f1bc6cbf3a8f0bb25b Mon Sep 17 00:00:00 2001 From: fengjinyuan0804 Date: Tue, 2 Sep 2025 22:35:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=8F=8F=E8=BF=B0=E4=BC=98?= =?UTF-8?q?=E5=8C=96=20Signed-off-by:=20fengjinyuan0804=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/webview/interfaces/native/arkweb_type.h | 1 + 1 file changed, 1 insertion(+) diff --git a/web/webview/interfaces/native/arkweb_type.h b/web/webview/interfaces/native/arkweb_type.h index b8b65f4fa6a..31c21eae5cc 100644 --- a/web/webview/interfaces/native/arkweb_type.h +++ b/web/webview/interfaces/native/arkweb_type.h @@ -279,6 +279,7 @@ typedef struct { * * @param webTag The name of the web component. * @param name Name of the message to be sent. + * @param webMessagePorts The ArkWeb_WebMessagePort. * @param size The quantity of message ports. * @param url Indicates the URI for receiving the message. * @return Post web message result code. -- Gitee