public class AppletInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AppletInfo() | 
| AppletInfo(AppletInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppletJsUrl()Get 客户JS包 | 
| Long | getAppletLevel()Get 小程序加固等级配置
1 - 开启代码混淆、代码压缩、代码反调试保护。 2 - 开启字符串编码和代码变换,代码膨胀,随机插入冗余代码,开启代码控制流平坦化,保证业务逻辑正常前提下,扁平化代码逻辑分支,破坏代码简单的线性结构。 3 - 开启代码加密,对字符串、函数、变量、属性、类、数组等结构进行加密保护,更多得代码控制流平坦化,扁平化逻辑分支。 | 
| String | getName()Get 本次加固输出产物名称,如”test.zip“,非空必须是 ”.zip“结尾 | 
| void | setAppletJsUrl(String AppletJsUrl)Set 客户JS包 | 
| void | setAppletLevel(Long AppletLevel)Set 小程序加固等级配置
1 - 开启代码混淆、代码压缩、代码反调试保护。 2 - 开启字符串编码和代码变换,代码膨胀,随机插入冗余代码,开启代码控制流平坦化,保证业务逻辑正常前提下,扁平化代码逻辑分支,破坏代码简单的线性结构。 3 - 开启代码加密,对字符串、函数、变量、属性、类、数组等结构进行加密保护,更多得代码控制流平坦化,扁平化逻辑分支。 | 
| void | setName(String Name)Set 本次加固输出产物名称,如”test.zip“,非空必须是 ”.zip“结尾 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AppletInfo()
public AppletInfo(AppletInfo source)
public String getAppletJsUrl()
public void setAppletJsUrl(String AppletJsUrl)
AppletJsUrl - 客户JS包public Long getAppletLevel()
public void setAppletLevel(Long AppletLevel)
AppletLevel - 小程序加固等级配置
1 - 开启代码混淆、代码压缩、代码反调试保护。 2 - 开启字符串编码和代码变换,代码膨胀,随机插入冗余代码,开启代码控制流平坦化,保证业务逻辑正常前提下,扁平化代码逻辑分支,破坏代码简单的线性结构。 3 - 开启代码加密,对字符串、函数、变量、属性、类、数组等结构进行加密保护,更多得代码控制流平坦化,扁平化逻辑分支。public String getName()
public void setName(String Name)
Name - 本次加固输出产物名称,如”test.zip“,非空必须是 ”.zip“结尾Copyright © 2025. All rights reserved.