diff --git a/NetworkKit/entry/src/main/ets/pages/SetCookie.ets b/NetworkKit/entry/src/main/ets/pages/SetCookie.ets index b239c7425b4fee99b09c04776d54b094ed411014..399a9674a8cbc0c3a90584baf14baf7a12e06850 100644 --- a/NetworkKit/entry/src/main/ets/pages/SetCookie.ets +++ b/NetworkKit/entry/src/main/ets/pages/SetCookie.ets @@ -32,8 +32,6 @@ struct HttpRequest { extraData: 'data to send', expectDataType: http.HttpDataType.STRING, priority: 1, - // Developers add header fields according to their own business needs, with the first parameter being contentType - // and the second parameter being cookie header: { 'cookie': 'key1=value1;key2=value2' }