TSG-18972 TFE适配PXY_INTERCEPT_COMPILE字段decryption -> decryption_profile变更
This commit is contained in:
@@ -129,7 +129,7 @@ static void intercept_param_new_cb(const char *table_name, int table_id, const c
|
||||
}
|
||||
}
|
||||
|
||||
item = cJSON_GetObjectItem(json, "decryption");
|
||||
item = cJSON_GetObjectItem(json, "decryption_profile");
|
||||
if (item)
|
||||
{
|
||||
if (item->type == cJSON_Number)
|
||||
|
||||
Reference in New Issue
Block a user