Commit 62964e3d authored by 何金镒's avatar 何金镒

思必驰的兜底技能6:建发接口 头

parent e1afe5f4
...@@ -97,7 +97,7 @@ public class CdcHttpUtils { ...@@ -97,7 +97,7 @@ public class CdcHttpUtils {
.header("space-yr",userEntity.communityId) .header("space-yr",userEntity.communityId)
.header("communityId",userEntity.communityId) .header("communityId",userEntity.communityId)
.header("space-phone",userEntity.phoneNum) .header("space-phone",userEntity.phoneNum)
.header("gateway",sn) .header("gateway",bySn.getCcuId())
.header("roomId",userEntity.roomInfo.roomId) .header("roomId",userEntity.roomInfo.roomId)
.header("easId",userEntity.easId) .header("easId",userEntity.easId)
.header("Propertyid",userEntity.communityId) .header("Propertyid",userEntity.communityId)
...@@ -118,7 +118,7 @@ public class CdcHttpUtils { ...@@ -118,7 +118,7 @@ public class CdcHttpUtils {
.header("space-yr",userEntity.communityId) .header("space-yr",userEntity.communityId)
.header("communityId",userEntity.communityId) .header("communityId",userEntity.communityId)
.header("space-phone",userEntity.phoneNum) .header("space-phone",userEntity.phoneNum)
.header("gateway",sn) .header("gateway",bySn.getCcuId())
.header("roomId",userEntity.roomInfo.roomId) .header("roomId",userEntity.roomInfo.roomId)
.header("easId",userEntity.easId) .header("easId",userEntity.easId)
.header("Propertyid",userEntity.communityId) .header("Propertyid",userEntity.communityId)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment