POST api/OilPainting/PostOilpaintingSet

修改油画屏设置

Request Information

URI Parameters

None.

Body Parameters

t_oilpainting_times
NameDescriptionTypeAdditional information
booktime

热门推荐图书的切换时间

integer

None.

papertime

报纸切换时间

integer

None.

papermove

报纸滚动速度

integer

None.

qktime

期刊切换时间

integer

None.

oiltime

普通油画切换时间

integer

None.

oilspeed1

跑马灯闪切换时间

integer

None.

oilspeed2

跑马灯闪1切换速度

integer

None.

oilspeed3

跑马灯闪2切换速度

integer

None.

papername

报纸名称

string

None.

noticetime

公告切换时间

integer

None.

noticespeed

公告滚动时间

integer

None.

videotime

公告中视频切换时间

integer

None.

volume

音量

integer

None.

light

亮度

integer

None.

dztmoshi

string

None.

xztmoshi

string

None.

imgmoshi

string

None.

res4

string

None.

res5

string

None.

res6

string

None.

res7

string

None.

res8

string

None.

res9

string

None.

res10

string

None.

Id

自增主键

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "booktime": 1,
  "papertime": 1,
  "papermove": 1,
  "qktime": 1,
  "oiltime": 1,
  "oilspeed1": 1,
  "oilspeed2": 1,
  "oilspeed3": 1,
  "papername": "sample string 1",
  "noticetime": 1,
  "noticespeed": 1,
  "videotime": 1,
  "volume": 1,
  "light": 1,
  "dztmoshi": "sample string 2",
  "xztmoshi": "sample string 3",
  "imgmoshi": "sample string 4",
  "res4": "sample string 5",
  "res5": "sample string 6",
  "res6": "sample string 7",
  "res7": "sample string 8",
  "res8": "sample string 9",
  "res9": "sample string 10",
  "res10": "sample string 11",
  "Id": 12
}

text/html

Sample:
{"booktime":1,"papertime":1,"papermove":1,"qktime":1,"oiltime":1,"oilspeed1":1,"oilspeed2":1,"oilspeed3":1,"papername":"sample string 1","noticetime":1,"noticespeed":1,"videotime":1,"volume":1,"light":1,"dztmoshi":"sample string 2","xztmoshi":"sample string 3","imgmoshi":"sample string 4","res4":"sample string 5","res5":"sample string 6","res6":"sample string 7","res7":"sample string 8","res8":"sample string 9","res9":"sample string 10","res10":"sample string 11","Id":12}

application/xml, text/xml

Sample:
<t_oilpainting_times xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models">
  <Id>12</Id>
  <booktime>1</booktime>
  <dztmoshi>sample string 2</dztmoshi>
  <imgmoshi>sample string 4</imgmoshi>
  <light>1</light>
  <noticespeed>1</noticespeed>
  <noticetime>1</noticetime>
  <oilspeed1>1</oilspeed1>
  <oilspeed2>1</oilspeed2>
  <oilspeed3>1</oilspeed3>
  <oiltime>1</oiltime>
  <papermove>1</papermove>
  <papername>sample string 1</papername>
  <papertime>1</papertime>
  <qktime>1</qktime>
  <res10>sample string 11</res10>
  <res4>sample string 5</res4>
  <res5>sample string 6</res5>
  <res6>sample string 7</res6>
  <res7>sample string 8</res7>
  <res8>sample string 9</res8>
  <res9>sample string 10</res9>
  <videotime>1</videotime>
  <volume>1</volume>
  <xztmoshi>sample string 3</xztmoshi>
</t_oilpainting_times>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.