wupengfei 2 years ago
parent
commit
f613fd9ecd
2 changed files with 8 additions and 5 deletions
  1. 6 5
      .idea/workspace.xml
  2. 2 0
      application/common.php

+ 6 - 5
.idea/workspace.xml

@@ -3,7 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="1a36929e-c054-4875-a943-593a74e55fa4" 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$/public/dist/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/public/dist/index.html" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/application/common.php" beforeDir="false" afterPath="$PROJECT_DIR$/application/common.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -121,7 +121,7 @@
   <component name="PropertiesComponent">
     <property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
     <property name="WebServerToolWindowFactoryState" value="false" />
-    <property name="last_opened_file_path" value="$PROJECT_DIR$/../ddsc" />
+    <property name="last_opened_file_path" value="$PROJECT_DIR$/../dineng" />
     <property name="node.js.detected.package.eslint" value="true" />
     <property name="node.js.detected.package.tslint" value="true" />
     <property name="node.js.path.for.package.eslint" value="project" />
@@ -179,7 +179,8 @@
       <workItem from="1668042326649" duration="24523000" />
       <workItem from="1668212914124" duration="17446000" />
       <workItem from="1668387546036" duration="18603000" />
-      <workItem from="1668473035617" duration="3077000" />
+      <workItem from="1668473035617" duration="5552000" />
+      <workItem from="1668559891944" duration="637000" />
     </task>
     <servers />
   </component>
@@ -257,10 +258,10 @@
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
     <state x="283" y="145" width="1942" height="1088" key="DiffContextDialog/0.0.2560.1400@0.0.2560.1400" timestamp="1668388048708" />
-    <state x="1281" y="514" key="FileChooserDialogImpl" timestamp="1668408255162">
+    <state x="1281" y="514" key="FileChooserDialogImpl" timestamp="1668504112871">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>
-    <state x="1281" y="514" key="FileChooserDialogImpl/0.0.2560.1400@0.0.2560.1400" timestamp="1668408255162" />
+    <state x="1281" y="514" key="FileChooserDialogImpl/0.0.2560.1400@0.0.2560.1400" timestamp="1668504112871" />
     <state x="981" y="616" key="VCS.ChangelistChooser" timestamp="1667975342482">
       <screen x="0" y="0" width="2560" height="1400" />
     </state>

+ 2 - 0
application/common.php

@@ -293,7 +293,9 @@ function get32Str($length='32'){
         'username' => 'act'.$username.rand(0000,9999),
         'password' => 'act'.$username.rand(00000,99999)
     );
+
     $hx_account = http_post_json('https://a1-vip5.easemob.com/1414221110068467/kefuchannelapp104968/users',json_encode($param),$token_res['access_token']);
+    var_dump($hx_account);
     if(!isset($hx_account['entities'][0]['uuid'])){
         return false;
     }