智简魔方文档

ICP办理数据

方法概览

项目内容
文档类型PHP 类方法
方法标识app\common\model\IcpServiceProductModel::webData
所属业务公共接口
来源模块/系统模板控制器

功能说明

ICP办理数据

调用示例

$result = (new \app\common\model\IcpServiceProductModel())->webData();

参数

该函数/方法无需传入参数。

返回值

返回项类型说明
listarray商品
list[].idint商品ID
list[].titlestring标题
list[].descriptionstring描述
list[].pricestring价格
list[].product_idint关联商品ID
icp_product_idint购买/咨询商品ID

正常返回

{
  "list": [
    {
      "id": 1,
      "title": "示例名称",
      "description": "192.0.2.1",
      "price": "string",
      "product_id": 1
    }
  ],
  "icp_product_id": 1
}

异常情况

异常类型说明
Throwable调用失败时由具体实现抛出异常,异常信息以运行时结果为准。