| | |
| | | import com.java110.api.smo.AppAbstractComponentSMO; |
| | | import com.java110.api.smo.payment.IToPayBackCitySMO; |
| | | 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( ); |