Http方法:POST
路由:api/Base_Data/GetGoodsHomeLogo

请求参数

None.

返回响应信息

ResultInfoOfObject
参数名称参数描述类型必须附加信息
Result

boolean Y

None

StatusCode

integer Y

None

State

string Y

None

Dynamic

Object Y

None

Msg

string Y

None

Data

Object Y

None

Response Formats

application/json, text/json

Sample:
{
  "Result": true,
  "StatusCode": 2,
  "State": "sample string 3",
  "Dynamic": {},
  "Msg": "sample string 5",
  "Data": {}
}