GET ZiXun/editImg

Request Information

URI Parameters

None.

Body Parameters

Dede_archives_APImodel
NameDescriptionTypeAdditional information
ImgesUrl

string

None.

ImgesZhuShi

string

None.

id

integer

None.

typeid

integer

None.

IsOriginal

integer

None.

typeid2

string

None.

sortrank

integer

None.

flag

string

None.

ismake

integer

None.

channel

integer

None.

arcrank

integer

None.

click

integer

None.

money

integer

None.

title

string

None.

shorttitle

string

None.

color

string

None.

writer

string

None.

source

string

None.

litpic

string

None.

pubdate

integer

None.

senddate

integer

None.

mid

integer

None.

keywords

string

None.

lastpost

integer

None.

scores

integer

None.

goodpost

integer

None.

badpost

integer

None.

voteid

integer

None.

notpost

integer

None.

description

string

None.

filename

string

None.

dutyadmin

integer

None.

tackid

integer

None.

mtype

integer

None.

weight

integer

None.

text

string

None.

userid

string

None.

tag

string

None.

doctype

integer

None.

SeoTitle

string

None.

SeoKeywords

string

None.

SeoDescription

string

None.

ZeRenBianJI

string

None.

oldImgID

string

None.

oldImgZhuShi

string

None.

oldImgInfo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ImgesUrl": "sample string 1",
  "ImgesZhuShi": "sample string 2",
  "id": 3,
  "typeid": 4,
  "IsOriginal": 5,
  "typeid2": "sample string 6",
  "sortrank": 7,
  "flag": "sample string 8",
  "ismake": 9,
  "channel": 10,
  "arcrank": 11,
  "click": 12,
  "money": 13,
  "title": "sample string 14",
  "shorttitle": "sample string 15",
  "color": "sample string 16",
  "writer": "sample string 17",
  "source": "sample string 18",
  "litpic": "sample string 19",
  "pubdate": 20,
  "senddate": 21,
  "mid": 22,
  "keywords": "sample string 23",
  "lastpost": 24,
  "scores": 25,
  "goodpost": 26,
  "badpost": 27,
  "voteid": 28,
  "notpost": 29,
  "description": "sample string 30",
  "filename": "sample string 31",
  "dutyadmin": 32,
  "tackid": 33,
  "mtype": 34,
  "weight": 35,
  "text": "sample string 36",
  "userid": "sample string 37",
  "tag": "sample string 38",
  "doctype": 39,
  "SeoTitle": "sample string 40",
  "SeoKeywords": "sample string 41",
  "SeoDescription": "sample string 42",
  "ZeRenBianJI": "sample string 43",
  "oldImgID": "sample string 44",
  "oldImgZhuShi": "sample string 45",
  "oldImgInfo": "sample string 46"
}

application/xml, text/xml

Sample:
<Dede_archives_APImodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QBCMS_MODEL.System">
  <ImgesUrl>sample string 1</ImgesUrl>
  <ImgesZhuShi>sample string 2</ImgesZhuShi>
  <IsOriginal>5</IsOriginal>
  <SeoDescription>sample string 42</SeoDescription>
  <SeoKeywords>sample string 41</SeoKeywords>
  <SeoTitle>sample string 40</SeoTitle>
  <ZeRenBianJI>sample string 43</ZeRenBianJI>
  <arcrank>11</arcrank>
  <badpost>27</badpost>
  <channel>10</channel>
  <click>12</click>
  <color>sample string 16</color>
  <description>sample string 30</description>
  <doctype>39</doctype>
  <dutyadmin>32</dutyadmin>
  <filename>sample string 31</filename>
  <flag>sample string 8</flag>
  <goodpost>26</goodpost>
  <id>3</id>
  <ismake>9</ismake>
  <keywords>sample string 23</keywords>
  <lastpost>24</lastpost>
  <litpic>sample string 19</litpic>
  <mid>22</mid>
  <money>13</money>
  <mtype>34</mtype>
  <notpost>29</notpost>
  <oldImgID>sample string 44</oldImgID>
  <oldImgInfo>sample string 46</oldImgInfo>
  <oldImgZhuShi>sample string 45</oldImgZhuShi>
  <pubdate>20</pubdate>
  <scores>25</scores>
  <senddate>21</senddate>
  <shorttitle>sample string 15</shorttitle>
  <sortrank>7</sortrank>
  <source>sample string 18</source>
  <tackid>33</tackid>
  <tag>sample string 38</tag>
  <text>sample string 36</text>
  <title>sample string 14</title>
  <typeid>4</typeid>
  <typeid2>sample string 6</typeid2>
  <userid>sample string 37</userid>
  <voteid>28</voteid>
  <weight>35</weight>
  <writer>sample string 17</writer>
</Dede_archives_APImodel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnResult
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<ReturnResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QXCMS_API">
  <code>sample string 1</code>
  <data />
  <msg>sample string 2</msg>
</ReturnResult>