- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- 停车管理
- 房产管理(发票抬头、发票)
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
添加小区
POST
/j5-info/community/add-community
小区信息
请求参数
Body 参数application/json
address
string
小区地址
示例值:
北京省北京市西城区北石槽镇阳光花园
cityCode
string
城市编码
示例值:
110102
feePrice
number
每月单价
示例值:
0
name
string
小区名称
示例值:
xx小区
nearbyLandmarks
string
附近地标
示例值:
东方明珠
payFeeMonth
integer <int64>
缴费周期
示例值:
12
tel
string
客服电话
示例值:
12345678901
value
string
社区编码
示例值:
221221
示例
{
"address": "北京省北京市西城区北石槽镇阳光花园",
"cityCode": 110102,
"feePrice": 0,
"name": "xx小区",
"nearbyLandmarks": "东方明珠",
"payFeeMonth": 12,
"tel": 12345678901,
"value": 221221
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/j5-info/community/add-community' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "北京省北京市西城区北石槽镇阳光花园",
"cityCode": 110102,
"feePrice": 0,
"name": "xx小区",
"nearbyLandmarks": "东方明珠",
"payFeeMonth": 12,
"tel": 12345678901,
"value": 221221
}'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
string
数据对象
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}
🟢201成功
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-07 07:24:14