存客宝应用接口初始化
This commit is contained in:
19
extend/library/Interfaces/WechatFriendAddLimitAssessment.php
Normal file
19
extend/library/Interfaces/WechatFriendAddLimitAssessment.php
Normal file
@@ -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