chendeben 8 lat temu
rodzic
commit
afa10f2326
2 zmienionych plików z 13 dodań i 6 usunięć
  1. 12 5
      .idea/workspace.xml
  2. 1 1
      App/Api/Controller/Telegram.php

+ 12 - 5
.idea/workspace.xml

@@ -94,7 +94,7 @@
         <entry file="file://$PROJECT_DIR$/App/Api/Controller/Telegram.php">
           <provider selected="true" editor-type-id="text-editor">
             <state relative-caret-position="247">
-              <caret line="21" column="93" lean-forward="false" selection-start-line="21" selection-start-column="93" selection-end-line="21" selection-end-column="93" />
+              <caret line="21" column="73" lean-forward="false" selection-start-line="21" selection-start-column="73" selection-end-line="21" selection-end-column="73" />
               <folding />
             </state>
           </provider>
@@ -436,7 +436,7 @@
       <workItem from="1517971592963" duration="1932000" />
       <workItem from="1518312993749" duration="367000" />
       <workItem from="1518314640825" duration="485000" />
-      <workItem from="1519284203957" duration="1345000" />
+      <workItem from="1519284203957" duration="1374000" />
     </task>
     <task id="LOCAL-00001" summary="telegram">
       <created>1519284784104</created>
@@ -459,11 +459,18 @@
       <option name="project" value="LOCAL" />
       <updated>1519285681286</updated>
     </task>
-    <option name="localTasksCounter" value="4" />
+    <task id="LOCAL-00004" summary="telegram">
+      <created>1519285721993</created>
+      <option name="number" value="00004" />
+      <option name="presentableId" value="LOCAL-00004" />
+      <option name="project" value="LOCAL" />
+      <updated>1519285721993</updated>
+    </task>
+    <option name="localTasksCounter" value="5" />
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="75176000" />
+    <option name="totallyTimeSpent" value="75205000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="1280" y="-280" width="1920" height="1080" extended-state="0" />
@@ -874,7 +881,7 @@
     <entry file="file://$PROJECT_DIR$/App/Api/Controller/Telegram.php">
       <provider selected="true" editor-type-id="text-editor">
         <state relative-caret-position="247">
-          <caret line="21" column="93" lean-forward="false" selection-start-line="21" selection-start-column="93" selection-end-line="21" selection-end-column="93" />
+          <caret line="21" column="73" lean-forward="false" selection-start-line="21" selection-start-column="73" selection-end-line="21" selection-end-column="73" />
           <folding />
         </state>
       </provider>

+ 1 - 1
App/Api/Controller/Telegram.php

@@ -19,7 +19,7 @@ class Telegram extends Controller
         $msg=$telegram->Text();
         if ($msg=="地址"){
             $chat_id = $telegram->ChatID();
-            $content = array('chat_id' => $chat_id, 'text' => '最新的官网地址是【https://ss5.my110.cf】');
+            $content = array('chat_id' => $chat_id, 'text' => '最新的官网地址是【 https://ss5.my110.cf 】');
             $telegram->sendMessage($content);
         }else{
             $chat_id = $telegram->ChatID();