| | |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import com.java110.utils.cache.MappingCache; |
| | | import com.java110.utils.cache.UrlCache; |
| | | import com.java110.utils.constant.MappingConstant; |
| | | import com.java110.utils.util.Assert; |
| | | import org.slf4j.Logger; |
| | |
| | | |
| | | ResponseEntity responseEntity = null; |
| | | |
| | | String ownerUrl = MappingCache.getValue(MappingConstant.URL_DOMAIN,"OWNER_WECHAT_URL") |
| | | String ownerUrl = UrlCache.getOwnerUrl() |
| | | + "/#/pages/reportInfoBack/reportInfoBack?communityId=" |
| | | + paramIn.getString( "communityId" ) ; |
| | | Map result = new HashMap( ); |