存客宝应用接口初始化
This commit is contained in:
24
extend/library/Interfaces/WechatAccountWeightResultSet.php
Normal file
24
extend/library/Interfaces/WechatAccountWeightResultSet.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
namespace library\Interfaces;
|
||||
|
||||
/**
|
||||
* 微信账号加友权重评估结果数据
|
||||
*/
|
||||
interface WechatAccountWeightResultSet
|
||||
{
|
||||
/**
|
||||
* 设置测算因子
|
||||
*
|
||||
* @param mixed $params
|
||||
* @return WechatAccountWeightResultSet
|
||||
*/
|
||||
public function settingFactor($params): WechatAccountWeightResultSet;
|
||||
|
||||
/**
|
||||
* 返回微信账号加友权重评估结果数据
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public function getResult(): int;
|
||||
}
|
||||
Reference in New Issue
Block a user