POST api/sys/saveJiFenConfig
Request Information
URI Parameters
None.
Body Parameters
IntegralConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| Sign | integer |
None. |
|
| Ad | integer |
None. |
|
| Share | integer |
None. |
|
| PublicArticle | integer |
None. |
|
| Zupu | integer |
None. |
|
| People | integer |
None. |
|
| View | integer |
None. |
|
| Unlock | integer |
None. |
|
| Invitation | integer |
None. |
|
| Download | decimal number |
None. |
|
| Buy | integer |
None. |
|
| PaiBan | decimal number |
None. |
|
| FeeView | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sign": 1,
"Ad": 2,
"Share": 3,
"PublicArticle": 4,
"Zupu": 5,
"People": 6,
"View": 7,
"Unlock": 8,
"Invitation": 9,
"Download": 10.0,
"Buy": 11,
"PaiBan": 12.0,
"FeeView": 13.0
}
application/xml, text/xml
Sample:
<IntegralConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wu.Entity"> <Ad>2</Ad> <Buy>11</Buy> <Download>10</Download> <FeeView>13</FeeView> <Invitation>9</Invitation> <PaiBan>12</PaiBan> <People>6</People> <PublicArticle>4</PublicArticle> <Share>3</Share> <Sign>1</Sign> <Unlock>8</Unlock> <View>7</View> <Zupu>5</Zupu> </IntegralConfig>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| data | Object |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"data": {},
"msg": "sample string 3"
}
application/xml, text/xml
Sample:
<ResultEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Wu.API"> <code>1</code> <data /> <msg>sample string 3</msg> </ResultEntity>