基础扩展
This commit is contained in:
58
app/model/PushTaskCustom.php
Normal file
58
app/model/PushTaskCustom.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?php
|
||||
|
||||
namespace app\model;
|
||||
|
||||
use support\Log;
|
||||
use support\think\Db;
|
||||
|
||||
// 自定义推送任务计算
|
||||
class PushTaskCustom
|
||||
{
|
||||
|
||||
/**
|
||||
* 性别
|
||||
*/
|
||||
public static function gender($arr = []):array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 下单
|
||||
*/
|
||||
public static function orderHistory($arr = []):array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
/**
|
||||
* 下单时间
|
||||
*/
|
||||
public static function orderTimes($arr = []):array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
/**
|
||||
* 会员
|
||||
*/
|
||||
public static function vip($arr = []):array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 手机
|
||||
*/
|
||||
public static function telPhone($arr = []):array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user