提交 9b6b837b authored 作者: hzh's avatar hzh

代码优化

上级 2bd6b0fe
...@@ -180,15 +180,6 @@ public class WeishiServiceImpl implements WeishiService { ...@@ -180,15 +180,6 @@ public class WeishiServiceImpl implements WeishiService {
} }
} }
/**
* 获取token
*
* @return token
*/
private String getToken() {
return authorize().getAccess_token();
}
@Override @Override
public List<ProductsResponse> productList(String token) { public List<ProductsResponse> productList(String token) {
ApiHttpResponse res = Api.v1(RequestMethodEnum.GET, ApiHttpResponse res = Api.v1(RequestMethodEnum.GET,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论