|
|
@@ -1,15 +1,15 @@
|
|
|
package org.springblade.finance.tool;
|
|
|
-import com.aliyun.tea.*;
|
|
|
-import com.jdy.v7sdk.models.*;
|
|
|
-import com.jdy.v7sdk.business.models.*;
|
|
|
+
|
|
|
+import com.aliyun.tea.TeaConverter;
|
|
|
+import com.aliyun.tea.TeaPair;
|
|
|
+import com.jdy.v7sdk.business.models.MaterialListRequest;
|
|
|
+import com.jdy.v7sdk.models.AccountGroupRequest;
|
|
|
import org.springblade.finance.TokenRequestQuery;
|
|
|
|
|
|
public class JdyTool
|
|
|
{
|
|
|
|
|
|
- public static void main(String[] args_) throws Exception {
|
|
|
-
|
|
|
- java.util.List<String> args = java.util.Arrays.asList(args_);
|
|
|
+ public void test() throws Exception {
|
|
|
com.jdy.v7sdk.auth auth = new com.jdy.v7sdk.auth();
|
|
|
//登录参数
|
|
|
TokenRequestQuery tokenRequestQuery = TokenRequestQuery.build(TeaConverter.buildMap(
|
|
|
@@ -42,10 +42,6 @@ public class JdyTool
|
|
|
|
|
|
System.out.println("请求商品列表成功 response = " + response);
|
|
|
}
|
|
|
- public void test()
|
|
|
- {
|
|
|
-
|
|
|
- }
|
|
|
|
|
|
}
|
|
|
|