企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
| 标题 | 名称 | 钩子描述 | | --- | --- | --- | | 签到| sign_in| 当会员签到时调用该钩子 | ``` function functionName($userInfo,$data) ``` >[info]$userInfo 会员信息 ,请到会员碎片[查看](1230254) $data 签到信息 >$data数据 ``` [ 'point_type' => 'point', 'point_name'=>'积分名称', 'point_unit' => '点', 'point_decimal' => 2, 'point' => 100, 'continuous'=>1, 'current_timeslot_times'=>1, ] ``` | 参数名称 | 描述 | | --- | --- | | point_type | 签到赠送积分的类型 | | point_name| 签到赠送积分的名称 | | point_unit| 签到赠送积分的单位 | | point_decimal| 签到赠送积分的小数位数 | | point| 签到赠送积分的金额 | | continuous| 连续前的的天数 | | current_timeslot_times| 非连续前的的天数 |