Commit 31a2b4a6 authored by 刘小敏's avatar 刘小敏

fix(xhs-ad): 移除用户登录校验

parent f26a1d2b
......@@ -92,10 +92,10 @@ class XhsAd extends Common
custom_log('[xhs.conversion] 收到转化记录请求, user_id=' . $userId . ', params=' . json_encode($params, JSON_UNESCAPED_UNICODE), $userId, 'xhs_ad');
if (empty($userId)) {
custom_log('[xhs.conversion] user_id 为空', $userId, 'xhs_ad', 'warning');
$this->error('用户未登录');
}
// if (empty($userId)) {
// custom_log('[xhs.conversion] user_id 为空', $userId, 'xhs_ad', 'warning');
// $this->error('用户未登录');
// }
$clickId = $params['click_id'];
$conversionType = $params['conversion_type'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment