- V4.2.4
- 基线
- 嗨报销(app)-报销
- 嗨报销(app)-公共
- 嗨报销(app)-发票
- 嗨报销(app)-挂帐单
- 嗨报销(app)-大数据
- 请款(app)
- V4.4.0
- 嗨报销(app)-报销
- 嗨报销(app)-挂帐单
- 嗨报销(app)-发票
- Copyright (C) 正大天晴药业集团股份有限公司
- 核心接口
- 嗨报销(app)-大数据
- 嗨报销(app)-报销
- 嗨报销(app)-公共
- 嗨报销(app)-发票
- v4.4.1
- v4.3.4
- v4.3.5
- v4.4.0.1
- v4.5.0.1
- V4.5.3
- v4.5.1.1
- v4.5.4
- v4.5.6
- v4.5.7
- 智审v1.1.0
getActivityList
POST
/app/exp/common/getActivityList
请求参数
Body 参数application/json
pageNo
integer | null
可选
pageSize
integer | null
可选
businessDomain
string | null
可选
status
string | null
可选
dateType
string | null
可选
dateRange
string | null
可选
dateStart
string | null
可选
dateEnd
string | null
可选
searchKey
string | null
可选
ActivityType
string | null
可选
sceneType
string | null
可选
title
string | null
可选
userId
string | null
可选
dingId
string | null
可选
departInfo
string | null
可选
homeType
string | null
可选
planIdList
array[string] | null
可选
orderby
string | null
可选
inviteActIdList
array[string] | null
可选
示例
{
"pageNo": 0,
"pageSize": 0,
"businessDomain": "string",
"status": "string",
"dateType": "string",
"dateRange": "string",
"dateStart": "string",
"dateEnd": "string",
"searchKey": "string",
"ActivityType": "string",
"sceneType": "string",
"title": "string",
"userId": "string",
"dingId": "string",
"departInfo": "string",
"homeType": "string",
"planIdList": [
"string"
],
"orderby": "string",
"inviteActIdList": [
"string"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/app/exp/common/getActivityList' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
msgCode
string | null
消息码
message
string | null
消息描述
sysMessage
string | null
消息描述
responseData
object (BasePage«List«ActListActivityDO»»)
业务数据
pageData
array[object (ActListActivityDO) {42}] | null
可选
total
integer | null
可选
totalPages
integer | null
可选
curPages
integer | null
可选
ext
object (Object)
扩展数据
iTotalRecords
integer | null
可选
iTotalDisplayRecords
integer | null
可选
示例
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {
"pageData": [
{
"activityId": "",
"activityCode": "",
"logo": "",
"title": "",
"actStatus": "",
"relation": 0,
"address": "",
"timeRange": "",
"dateRange": "",
"endDate": "",
"signNum": 0,
"totalNum": 0,
"actStartDate": "",
"actEndDate": "",
"ifCollect": "",
"createUserId": "",
"createUserName": "",
"createUserDeptCode": "",
"createUserDeptName": "",
"createDate": "",
"isCosponsor": "",
"isAdmin": "",
"businessCode": "",
"businessName": "",
"remainTime": "",
"planBudgetAmount": 0,
"provinceName": "",
"cityName": "",
"cityCode": "",
"planId": "",
"hbxFlag": "",
"conclusionMediaId": "",
"actDocs": [
{
"mediaId": "",
"mediaType": "",
"suffixTag": ""
}
],
"projectId": "",
"projectName": "",
"legalEntity": "",
"legalEntityDesc": "",
"activityType": "",
"commonFlag": "",
"sceneType": 0,
"label": "",
"supplierName": ""
}
],
"total": 0,
"totalPages": 0,
"curPages": 0
},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}
修改于 2024-03-15 08:58:09