POST AdvCampaign/AdvCampaignApplyInfo
根据活动ID和用户获取参与高级活动数据
Request Information
URI Parameters
None.
Body Parameters
AdvCampaignPars| Name | Description | Type | Additional information |
|---|---|---|---|
| camp_id |
活动ID |
string |
None. |
| apply_id |
申请单/订单ID |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"camp_id": "sample string 1",
"apply_id": 2
},
"msg": null
}
application/xml, text/xml
Sample:
<AdvCampaignPars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter"> <apply_id>2</apply_id> <camp_id>sample string 1</camp_id> </AdvCampaignPars>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
根据活动ID和用户获取参与高级活动数据
AdvCampaignApplyResult| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
主键 |
integer |
None. |
| adv_campaign_id |
高级活动ID |
integer |
None. |
| family_id |
账户ID |
integer |
None. |
| province |
省 |
string |
None. |
| city |
市 |
string |
None. |
| area |
区域 |
string |
None. |
| name |
姓名 |
string |
None. |
| phone |
电话 |
string |
None. |
| address |
地址 |
string |
None. |
| organization |
机构 |
string |
None. |
| order_no |
订单号 |
string |
None. |
| order_status |
订单状态(0申请中,1通过,2拒绝,3进行中,4退出,5成功,6失败,) |
integer |
None. |
| pay_type |
支付状态(0未支付,1已支付,2退款中,3已退款) |
integer |
None. |
| send_type |
发货状态(0未发货,1已发货) |
integer |
None. |
| return_type |
回寄状态(0未退货,1已发出,2已收到) |
integer |
None. |
| apply_type |
审批状态() |
integer |
None. |
| keep_type |
留用状态(0未设置,1不留用,2留用) |
integer |
None. |
| apply_message |
审批信息 |
string |
None. |
| camp_begin |
开始时间 |
date |
None. |
| camp_end |
结束时间 |
date |
None. |
| remaining |
剩余天数 |
integer |
None. |
| foregift |
押金 |
decimal number |
None. |
| limit_id |
限制ID |
integer |
None. |
| s_reforegift |
成功退还押金 |
decimal number |
None. |
| f_reforegift |
失败退还押金 |
decimal number |
None. |
| s_reforegift_ly |
成功留用退还押金 |
decimal number |
None. |
| f_reforegift_ly |
失败留用退还押金 |
decimal number |
None. |
| cost |
成本 |
decimal number |
None. |
| title |
标题 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"id": 1,
"adv_campaign_id": 2,
"family_id": 3,
"province": "sample string 4",
"city": "sample string 5",
"area": "sample string 6",
"name": "sample string 7",
"phone": "sample string 8",
"address": "sample string 9",
"organization": "sample string 10",
"order_no": "sample string 11",
"order_status": 12,
"pay_type": 13,
"send_type": 14,
"return_type": 15,
"apply_type": 16,
"keep_type": 17,
"apply_message": "sample string 18",
"camp_begin": "2025-12-10T11:23:11.4439946+08:00",
"camp_end": "2025-12-10T11:23:11.4439946+08:00",
"remaining": 21,
"foregift": 22.1,
"limit_id": 23,
"s_reforegift": 24.1,
"f_reforegift": 25.1,
"s_reforegift_ly": 26.1,
"f_reforegift_ly": 27.1,
"cost": 28.1,
"title": "sample string 29"
},
"msg": null
}
application/xml, text/xml
Sample:
<AdvCampaignApplyResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Result"> <address>sample string 9</address> <adv_campaign_id>2</adv_campaign_id> <apply_message>sample string 18</apply_message> <apply_type>16</apply_type> <area>sample string 6</area> <camp_begin>2025-12-10T11:23:11.4439946+08:00</camp_begin> <camp_end>2025-12-10T11:23:11.4439946+08:00</camp_end> <city>sample string 5</city> <cost>28.1</cost> <f_reforegift>25.1</f_reforegift> <f_reforegift_ly>27.1</f_reforegift_ly> <family_id>3</family_id> <foregift>22.1</foregift> <id>1</id> <keep_type>17</keep_type> <limit_id>23</limit_id> <name>sample string 7</name> <order_no>sample string 11</order_no> <order_status>12</order_status> <organization>sample string 10</organization> <pay_type>13</pay_type> <phone>sample string 8</phone> <province>sample string 4</province> <remaining>21</remaining> <return_type>15</return_type> <s_reforegift>24.1</s_reforegift> <s_reforegift_ly>26.1</s_reforegift_ly> <send_type>14</send_type> <title>sample string 29</title> </AdvCampaignApplyResult>