weixin-mp & pay

This commit is contained in:
jy.hu
2014-11-03 15:44:12 +08:00
parent c908581178
commit 45ce10141a
172 changed files with 5591 additions and 742 deletions
+7 -1
View File
@@ -1,7 +1,10 @@
weixin4j-qy
===========
tencent weixin qy java sdk 微信企业号开发工具包 http://qydev.weixin.qq.com/wiki/index.php
@(weixin4j)[企业号]
微信[企业号](http://qydev.weixin.qq.com/wiki/index.php)开发工具包
---------------------------------------------------------------
功能列表
-------
@@ -9,3 +12,6 @@ tencent weixin qy java sdk 微信企业号开发工具包 http://qydev.weixin.qq
如何使用
--------
更新LOG
-------
+2
View File
@@ -10,4 +10,6 @@
</parent>
<artifactId>weixin4j-qy</artifactId>
<name>weixin4j-qy</name>
<url>https://github.com/foxinmy/weixin4j/tree/master/weixin4j-qy</url>
<description>微信企业号工具包</description>
</project>
@@ -1,13 +0,0 @@
package com.weixin4j.qy;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}
@@ -1,38 +0,0 @@
package com.weixin4j.qy;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( String testName )
{
super( testName );
}
/**
* @return the suite of tests being tested
*/
public static Test suite()
{
return new TestSuite( AppTest.class );
}
/**
* Rigourous Test :-)
*/
public void testApp()
{
assertTrue( true );
}
}