complete register process

This commit is contained in:
Sola
2015-11-27 01:03:56 +08:00
parent c0f72f4d70
commit 21d7c44e7e
3 changed files with 108 additions and 37 deletions

View File

@@ -2,7 +2,6 @@ package love.sola.netsupport.wechat;
import com.google.gson.Gson;
import love.sola.netsupport.config.Settings;
import org.junit.Test;
/**
* ***********************************************
@@ -12,7 +11,7 @@ import org.junit.Test;
*/
public class TestGson {
@Test
// @Test
public void testGson() {
Gson gson = new Gson();
Settings settings = new Settings();