Browse Source

更新绑定公众号

liu 2 years atrás
parent
commit
f1a7fb9e14
2 changed files with 17 additions and 4 deletions
  1. 16 4
      .idea/workspace.xml
  2. 1 0
      src/main/java/com/template/controller/WxGzhController.java

+ 16 - 4
.idea/workspace.xml

@@ -1,7 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
 <project version="4">
+  <component name="AutoImportSettings">
+    <option name="autoReloadType" value="SELECTIVE" />
+  </component>
   <component name="ChangeListManager">
   <component name="ChangeListManager">
-    <list default="true" id="36922be1-416a-4a25-9739-9814e01883a6" name="Default Changelist" comment="" />
+    <list default="true" id="36922be1-416a-4a25-9739-9814e01883a6" name="Default Changelist" comment="">
+      <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/src/main/java/com/template/controller/WxGzhController.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/template/controller/WxGzhController.java" afterDir="false" />
+    </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
     <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -34,11 +40,15 @@
       </list>
       </list>
     </option>
     </option>
   </component>
   </component>
+  <component name="MarkdownSettingsMigration">
+    <option name="stateVersion" value="1" />
+  </component>
   <component name="MavenImportPreferences">
   <component name="MavenImportPreferences">
     <option name="generalSettings">
     <option name="generalSettings">
       <MavenGeneralSettings>
       <MavenGeneralSettings>
-        <option name="mavenHome" value="D:/Software/Develop/Maven/apache-maven-3.3.9" />
-        <option name="userSettingsFile" value="D:\Software\Develop\Maven\apache-maven-3.3.9\conf\settings.xml" />
+        <option name="mavenHome" value="D:/soft/maven/apache-maven-3.8.6" />
+        <option name="useMavenConfig" value="true" />
+        <option name="userSettingsFile" value="D:\soft\maven\apache-maven-3.8.6\conf\settings.xml" />
       </MavenGeneralSettings>
       </MavenGeneralSettings>
     </option>
     </option>
   </component>
   </component>
@@ -177,7 +187,8 @@
   <component name="PropertiesComponent"><![CDATA[{
   <component name="PropertiesComponent"><![CDATA[{
   "keyToString": {
   "keyToString": {
     "WebServerToolWindowFactoryState": "false",
     "WebServerToolWindowFactoryState": "false",
-    "spring.configuration.checksum": "e47aab31ad1364ed6c9b0acc24afdcf3"
+    "settings.editor.selected.configurable": "MavenSettings",
+    "spring.configuration.checksum": "64bf9ba214eb006c40cb35e0f61a7d20"
   }
   }
 }]]></component>
 }]]></component>
   <component name="RebelAgentSelection">
   <component name="RebelAgentSelection">
@@ -208,6 +219,7 @@
       <updated>1706250884671</updated>
       <updated>1706250884671</updated>
       <workItem from="1706250887209" duration="5674000" />
       <workItem from="1706250887209" duration="5674000" />
       <workItem from="1706260354151" duration="17000" />
       <workItem from="1706260354151" duration="17000" />
+      <workItem from="1706260659198" duration="67000" />
     </task>
     </task>
     <servers />
     <servers />
   </component>
   </component>

+ 1 - 0
src/main/java/com/template/controller/WxGzhController.java

@@ -129,6 +129,7 @@ public class WxGzhController implements WxGzhControllerAPI {
     }
     }
 
 
     @Override
     @Override
+    @PassToken
     public CommonResult unbinding(String phone) {
     public CommonResult unbinding(String phone) {
         QueryWrapper<SmartUser> queryWrapper = new QueryWrapper<>();
         QueryWrapper<SmartUser> queryWrapper = new QueryWrapper<>();
         queryWrapper.eq("deleted", 0);
         queryWrapper.eq("deleted", 0);