h5AjaxHookRequestKey property

String? h5AjaxHookRequestKey
getter/setter pair

iOS属性 开启enableH5AjaxHook后,会hook request请求,会在原request 的url 后拼上一个FinClipHookBridge-RequestId=xxx的参数。 而该参数可设置参数名,比如您可以设置Key 为 FinClip-RequestId,这样会拼接FinClip-RequestId=xxx的参数。

Implementation

String? h5AjaxHookRequestKey;