Commit 232c1c39 authored by 刘小敏's avatar 刘小敏

fix(validate): 更新小红书转化类型校验规则

parent b989e7b5
...@@ -11,7 +11,7 @@ class XhsAd extends Validate ...@@ -11,7 +11,7 @@ class XhsAd extends Validate
'request_id' => 'length:0,128', 'request_id' => 'length:0,128',
'event_type' => 'length:0,32', 'event_type' => 'length:0,32',
'landing_page' => 'length:0,512', 'landing_page' => 'length:0,512',
'conversion_type' => 'require|in:register,order,payment,add_wechat', 'conversion_type' => 'require|in:register,order,visit',
'value' => 'float', 'value' => 'float',
'order_id' => 'length:0,64', 'order_id' => 'length:0,64',
]; ];
......
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