| | |
| | | import com.java110.utils.util.BeanConvertUtil; |
| | | import com.java110.utils.util.StringUtil; |
| | | import org.slf4j.Logger; |
| | | import org.slf4j.LoggerFactory; |
| | | import com.java110.core.log.LoggerFactory; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.HttpMethod; |
| | | import org.springframework.http.HttpStatus; |
| | |
| | | if (noBindOwnerResponseMessage.indexOf("?") > -1) { |
| | | noBindOwnerResponseMessage += ("&wAppId=" + WechatFactory.getAppId(wId)); |
| | | } else { |
| | | noBindOwnerResponseMessage += ("?wAppId=" + WechatFactory.getAppId(wId)); |
| | | // noBindOwnerResponseMessage += ("?wAppId=" + WechatFactory.getAppId(wId)); |
| | | } |
| | | } |
| | | } |