Skip to content

Commit

Permalink
完善部分注释
Browse files Browse the repository at this point in the history
  • Loading branch information
Binary-ZeroOne committed Jul 25, 2018
1 parent 3007727 commit f012e97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/weixin/popular/api/SemanticAPI.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class SemanticAPI extends BaseAPI {
/**
* 语义理解
*
* @param accessToken accessToken
* @param accessToken access_token
* @param semproxySearch semproxySearch
* @return SemproxySearchResult
*/
Expand All @@ -52,7 +52,7 @@ public static SemproxySearchResult semproxySearch(String accessToken, SemproxySe
/**
* 语义理解
*
* @param accessToken accessToken
* @param accessToken access_token
* @param postData postData
* @return SemproxySearchResult
*/
Expand Down

0 comments on commit f012e97

Please sign in to comment.