瀏覽代碼

微信登陆修改

tudc 3 年之前
父節點
當前提交
3a336cd5bc
共有 1 個文件被更改,包括 0 次插入7 次删除
  1. 0 7
      tianhu-system/src/main/java/com/tianhu/system/controller/WxApiController.java

+ 0 - 7
tianhu-system/src/main/java/com/tianhu/system/controller/WxApiController.java

@@ -14,19 +14,12 @@ import com.tianhu.system.domain.SysWeChat;
 import com.tianhu.system.service.*;
 import com.tianhu.system.utils.HttpUtil;
 import com.tianhu.system.utils.SysConstant;
-import org.jsoup.Jsoup;
-import org.jsoup.nodes.Document;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RequestParam;
 import org.springframework.web.bind.annotation.RestController;
 
-import java.io.IOException;
-import java.io.UnsupportedEncodingException;
-import java.net.MalformedURLException;
-import java.net.URL;
-import java.net.URLEncoder;
 import java.util.*;
 
 /**