From a70f203701075284b74ca1290c2479ff7e7dfa41 Mon Sep 17 00:00:00 2001 From: caoyang Date: Tue, 12 Nov 2019 17:08:34 +0800 Subject: [PATCH] 百度接口回调封装,切图接口调试完成 --- .idea/javassm.iml | 9 +++++++++ .idea/misc.xml | 4 ++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/workspace.xml | 169 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ springboot.iml | 10 +++++----- springboot/pom.xml | 22 ++++++++++++++++------ springboot/src/main/java/com/sincre/springboot/ApiModel/BaiduResult.java | 50 +++++++++++++------------------------------------- springboot/src/main/java/com/sincre/springboot/controller/BaiduController.java | 58 ++++++++++++++++++++++++---------------------------------- springboot/src/main/java/com/sincre/springboot/utils/ResultUtils.java | 25 ++++++++----------------- springboot/src/main/resources/application.properties | 6 +++--- 11 files changed, 265 insertions(+), 102 deletions(-) create mode 100644 .idea/javassm.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/javassm.iml b/.idea/javassm.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/javassm.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..99ae653 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..2b479d4 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..ab26eff --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +