GET api/OilPainting/Get

修改主题

Request Information

URI Parameters

None.

Body Parameters

{"id":"1","themeName":"五四运动","themeType":"是否开启智慧联动(0:关闭;1:开启;)","themePic":"[{"picid":1,"keyword";""}]","createTime":"","keywords":"["关键字","关键字"]"}

OilPaintThemeModel
NameDescriptionTypeAdditional information
id

自增id

string

None.

themeName

主题名称

string

None.

themeType

是否开启智慧联动(0:关闭;1:开启;)

string

None.

themePic

主题关联的素材id

string

None.

createTime

创建时间

string

None.

keywords

关联关键字["关键字","关键字"]

string

None.

updateTime

下面图片数据又变化时的更新时间

string

None.

fenleiid

分类的ID

string

None.

moshi

播放模式 顺序和随机

string

None.

qiehuanshijian

图片切换时间

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "themeName": "sample string 2",
  "themeType": "sample string 3",
  "themePic": "sample string 4",
  "createTime": "sample string 5",
  "keywords": "sample string 6",
  "updateTime": "sample string 7",
  "fenleiid": "sample string 8",
  "moshi": "sample string 9",
  "qiehuanshijian": "sample string 10"
}

text/html

Sample:
{"id":"sample string 1","themeName":"sample string 2","themeType":"sample string 3","themePic":"sample string 4","createTime":"sample string 5","keywords":"sample string 6","updateTime":"sample string 7","fenleiid":"sample string 8","moshi":"sample string 9","qiehuanshijian":"sample string 10"}

application/xml, text/xml

Sample:
<OilPaintThemeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models">
  <createTime>sample string 5</createTime>
  <fenleiid>sample string 8</fenleiid>
  <id>sample string 1</id>
  <keywords>sample string 6</keywords>
  <moshi>sample string 9</moshi>
  <qiehuanshijian>sample string 10</qiehuanshijian>
  <themeName>sample string 2</themeName>
  <themePic>sample string 4</themePic>
  <themeType>sample string 3</themeType>
  <updateTime>sample string 7</updateTime>
</OilPaintThemeModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

true/false/error

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.