TSG-18972 TFE适配PXY_INTERCEPT_COMPILE字段decryption -> decryption_profile变更

This commit is contained in:
luwenpeng
2024-01-30 17:25:42 +08:00
parent 86e2eb3b99
commit 9c9cc1de75
3 changed files with 6 additions and 6 deletions

View File

@@ -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)