Compare commits
	
		
			2 Commits
		
	
	
		
			7a9c55930e
			...
			3dda8252f6
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3dda8252f6 | |||
| 2202972510 | 
@@ -7,7 +7,6 @@
 | 
			
		||||
      <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" />
 | 
			
		||||
 
 | 
			
		||||
@@ -223,6 +223,11 @@
 | 
			
		||||
      <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>
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,20 @@
 | 
			
		||||
 | 
			
		||||
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 )
 | 
			
		||||
    {
 | 
			
		||||
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user