POST api/TwoShopSellLog/getInfo
Request Information
URI Parameters
None.
Body Parameters
BaseIdPost| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| tel |
登录账号 |
string |
None. |
| token |
token |
string |
None. |
| uid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"tel": "sample string 2",
"token": "sample string 3",
"uid": 1
}
application/xml, text/xml
Sample:
<BaseIdPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models"> <tel>sample string 2</tel> <token>sample string 3</token> <uid>1</uid> <id>1</id> </BaseIdPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
twoshopselllogInfoResule| Name | Description | Type | Additional information |
|---|---|---|---|
| groupid | integer |
None. |
|
| groupname | string |
None. |
|
| sellcount |
销售额加龙销售等于总销售,所以总销售不要传递 |
decimal number |
None. |
| ldfCount | decimal number |
None. |
|
| xianjin | decimal number |
None. |
|
| shuaka | decimal number |
None. |
|
| wxpay | decimal number |
None. |
|
| zhifubao | decimal number |
None. |
|
| yichangzhekou | decimal number |
None. |
|
| daijinquan | decimal number |
None. |
|
| kaizhi | decimal number |
None. |
|
| shijie | decimal number |
None. |
|
| jifen | integer |
None. |
|
| list | 数组: addshopselllogItem |
None. |
|
| dt | string |
None. |
|
| status | TwoShopSellLogStatus |
None. |
|
| userAllSell |
店员日销售总和 |
decimal number |
None. |
| addHyCount | integer |
None. |
|
| addHyMonthCount | integer |
None. |
|
| dayOldHyCount | integer |
None. |
|
| MonthOldHyCount | integer |
None. |
|
| MonthEditHyCount | integer |
None. |
|
| GroupHyCount | integer |
None. |
|
| code |
状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在... |
integer |
None. |
| msg |
成功或者错误的说明,例如:登录成功,token过期... |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"groupid": 1,
"groupname": "sample string 1",
"sellcount": 2.0,
"ldfCount": 3.0,
"xianjin": 4.0,
"shuaka": 5.0,
"wxpay": 6.0,
"zhifubao": 7.0,
"yichangzhekou": 8.0,
"daijinquan": 9.0,
"kaizhi": 10.0,
"shijie": 11.0,
"jifen": 12,
"list": [
{
"pinpai": "sample string 1",
"xiaoliang": 2,
"laituihuo": 3,
"diaobohuo": 4,
"kucun": 5
},
{
"pinpai": "sample string 1",
"xiaoliang": 2,
"laituihuo": 3,
"diaobohuo": 4,
"kucun": 5
}
],
"dt": "sample string 13",
"status": 0,
"userAllSell": 14.0,
"addHyCount": 15,
"addHyMonthCount": 16,
"dayOldHyCount": 17,
"MonthOldHyCount": 18,
"MonthEditHyCount": 19,
"GroupHyCount": 20,
"code": 21,
"msg": "sample string 22"
}
application/xml, text/xml
Sample:
<twoshopselllogInfoResule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Controllers">
<code xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">21</code>
<msg xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">sample string 22</msg>
<GroupHyCount>20</GroupHyCount>
<MonthEditHyCount>19</MonthEditHyCount>
<MonthOldHyCount>18</MonthOldHyCount>
<addHyCount>15</addHyCount>
<addHyMonthCount>16</addHyMonthCount>
<daijinquan>9</daijinquan>
<dayOldHyCount>17</dayOldHyCount>
<dt>sample string 13</dt>
<groupid>1</groupid>
<groupname>sample string 1</groupname>
<jifen>12</jifen>
<kaizhi>10</kaizhi>
<ldfCount>3</ldfCount>
<list>
<addshopselllogItem>
<diaobohuo>4</diaobohuo>
<kucun>5</kucun>
<laituihuo>3</laituihuo>
<pinpai>sample string 1</pinpai>
<xiaoliang>2</xiaoliang>
</addshopselllogItem>
<addshopselllogItem>
<diaobohuo>4</diaobohuo>
<kucun>5</kucun>
<laituihuo>3</laituihuo>
<pinpai>sample string 1</pinpai>
<xiaoliang>2</xiaoliang>
</addshopselllogItem>
</list>
<sellcount>2</sellcount>
<shijie>11</shijie>
<shuaka>5</shuaka>
<status>create</status>
<userAllSell>14</userAllSell>
<wxpay>6</wxpay>
<xianjin>4</xianjin>
<yichangzhekou>8</yichangzhekou>
<zhifubao>7</zhifubao>
</twoshopselllogInfoResule>