私域操盘手 - 重构账号权限加友限制组件化用于计划任务单日加友限制
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
namespace library\interfaces;
|
||||
|
||||
use library\interfaces\WechatAccountWeightAssessment as WechatAccountWeightAssessmentInterface;
|
||||
|
||||
/**
|
||||
* 微信账号加友权重评估
|
||||
*/
|
||||
interface WechatFriendAddLimitAssessment
|
||||
{
|
||||
/**
|
||||
* 计算添加好友数量
|
||||
*
|
||||
* @param WechatAccountWeightAssessmentInterface $weight
|
||||
* @return int
|
||||
*/
|
||||
public function maxLimit(WechatAccountWeightAssessmentInterface $weight): int;
|
||||
}
|
||||
Reference in New Issue
Block a user