Browse Source

修改获取区域接口

qiuzijian 4 years ago
parent
commit
b7442fb623
2 changed files with 9 additions and 6 deletions
  1. 6 6
      .idea/workspace.xml
  2. 3 0
      Modules/Mine/Services/MineServices.php

+ 6 - 6
.idea/workspace.xml

@@ -63,8 +63,8 @@
       <file pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/Modules/Mine/Services/MineServices.php">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="550">
-              <caret line="263" column="42" selection-start-line="263" selection-start-column="42" selection-end-line="263" selection-end-column="42" />
+            <state relative-caret-position="592">
+              <caret line="265" column="8" selection-start-line="265" selection-start-column="8" selection-end-line="265" selection-end-column="8" />
               <folding>
                 <element signature="e#127#148#0#PHP" expanded="true" />
               </folding>
@@ -445,12 +445,12 @@
       <option name="presentableId" value="Default" />
       <updated>1618368322468</updated>
       <workItem from="1618368323697" duration="143000" />
-      <workItem from="1618368497550" duration="168025000" />
+      <workItem from="1618368497550" duration="168075000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="168168000" />
+    <option name="totallyTimeSpent" value="168218000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="0" y="0" width="1440" height="900" extended-state="0" />
@@ -838,8 +838,8 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/Modules/Mine/Services/MineServices.php">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="550">
-          <caret line="263" column="42" selection-start-line="263" selection-start-column="42" selection-end-line="263" selection-end-column="42" />
+        <state relative-caret-position="592">
+          <caret line="265" column="8" selection-start-line="265" selection-start-column="8" selection-end-line="265" selection-end-column="8" />
           <folding>
             <element signature="e#127#148#0#PHP" expanded="true" />
           </folding>

+ 3 - 0
Modules/Mine/Services/MineServices.php

@@ -263,6 +263,9 @@ class MineServices{
         if ($result_hk['data']['list']) {
             $list['children'] = $result_hk['data']['list'];
         }
+        
+        $result['data'] = $list;
+
         return $result;
     }
 }