|
@@ -97,6 +97,7 @@ def homepage_recommend():
|
|
'logTimestamp': int(time.time() * 1000),
|
|
'logTimestamp': int(time.time() * 1000),
|
|
'request_id': request_id,
|
|
'request_id': request_id,
|
|
'app_type': app_type,
|
|
'app_type': app_type,
|
|
|
|
+ 'client_info': client_info,
|
|
'ab_exp_info': ab_exp_info,
|
|
'ab_exp_info': ab_exp_info,
|
|
'ab_info_data': ab_info_data,
|
|
'ab_info_data': ab_info_data,
|
|
'version_audit_status': version_audit_status,
|
|
'version_audit_status': version_audit_status,
|
|
@@ -177,6 +178,7 @@ def relevant_recommend():
|
|
'logTimestamp': int(time.time() * 1000),
|
|
'logTimestamp': int(time.time() * 1000),
|
|
'request_id': request_id,
|
|
'request_id': request_id,
|
|
'app_type': app_type,
|
|
'app_type': app_type,
|
|
|
|
+ 'client_info': client_info,
|
|
'ab_exp_info': ab_exp_info,
|
|
'ab_exp_info': ab_exp_info,
|
|
'ab_info_data': ab_info_data,
|
|
'ab_info_data': ab_info_data,
|
|
'version_audit_status': version_audit_status,
|
|
'version_audit_status': version_audit_status,
|