|
@@ -47,7 +47,7 @@ def homepage_recommend():
|
|
|
algo_type = request_data.get('algoType')
|
|
|
client_info = request_data.get('clientInfo')
|
|
|
ab_exp_info = request_data.get('abExpInfo', None)
|
|
|
- log_.info({'requestUri': '/applet/video/homepage/recommend', 'requestData': request_data})
|
|
|
+
|
|
|
|
|
|
params = Params(request_id=request_id)
|
|
|
|
|
@@ -108,7 +108,7 @@ def relevant_recommend():
|
|
|
client_info = request_data.get('clientInfo')
|
|
|
ab_exp_info = request_data.get('abExpInfo', None)
|
|
|
page_type = request_data.get('pageType')
|
|
|
- log_.info({'requestUri': '/applet/video/relevant/recommend', 'requestData': request_data})
|
|
|
+
|
|
|
|
|
|
|
|
|
|