mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
v6.6.0
This commit is contained in:
@ -460,6 +460,32 @@ class DiyApi extends Base
|
||||
return ApiService::ApiDataReturn(DiyApiService::UserHeadData($this->data_request));
|
||||
}
|
||||
|
||||
/**
|
||||
* 商品收藏自动数据
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2024-07-18
|
||||
* @desc description
|
||||
*/
|
||||
public function GoodsFavorAutoData()
|
||||
{
|
||||
return ApiService::ApiDataReturn(DiyApiService::GoodsFavorAutoData($this->data_request));
|
||||
}
|
||||
|
||||
/**
|
||||
* 商品浏览自动数据
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2024-07-18
|
||||
* @desc description
|
||||
*/
|
||||
public function GoodsBrowseAutoData()
|
||||
{
|
||||
return ApiService::ApiDataReturn(DiyApiService::GoodsBrowseAutoData($this->data_request));
|
||||
}
|
||||
|
||||
/**
|
||||
* 自定义初始化
|
||||
* @author Devil
|
||||
@ -472,5 +498,18 @@ class DiyApi extends Base
|
||||
{
|
||||
return ApiService::ApiDataReturn(DiyApiService::CustomInit($this->data_request));
|
||||
}
|
||||
|
||||
/**
|
||||
* 商品魔方初始化
|
||||
* @author Devil
|
||||
* @blog http://gong.gg/
|
||||
* @version 1.0.0
|
||||
* @date 2024-07-18
|
||||
* @desc description
|
||||
*/
|
||||
public function GoodsMagicInit()
|
||||
{
|
||||
return ApiService::ApiDataReturn(DiyApiService::GoodsMagicInit($this->data_request));
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user