Compare commits

..

No commits in common. "3dda8252f64ec479331d90a8d2045ba802a441c2" and "7a9c55930eaed5cf64b5446d79b6aba470f70559" have entirely different histories.

3 changed files with 1 additions and 25 deletions

View File

@ -7,6 +7,7 @@
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test" isTestSource="true" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />

View File

@ -223,11 +223,6 @@
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
</remote-repository>
</component>
<component name="SwUserDefinedSpecifications">
<option name="specTypeByUrl">
<map />
</option>
</component>
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
</component>

View File

@ -1,20 +0,0 @@
package com.cpic.xim.wechat.common;
public class PushMessage {
/**
* 向公众号推送通知消息接口文档参考 彭奕洁 编写消息发送接口调用文档
* @param url 公众号接口网址
* @param title 通知的标题
* @param notifyType 通知类型
* @param notifyMessage 通知文本内容
*/
public static void PushNotifyMessage( String url,
String title,
String notifyType,
String notifyMessage )
{
}
}