weixin-mp & pay
This commit is contained in:
@@ -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
|
||||
-------
|
||||
|
||||
|
||||
@@ -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 );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user