wugg 3 years ago
parent
commit
ee5ac0047a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common.php

+ 1 - 1
app/common.php

@@ -243,7 +243,7 @@ function resetpasswd($token,$condition){
 function resetinfo($token,$condition){
     $host = Config::get("app");
 
-    $url = $host["api_host"]."/Api/passset";
+    $url = $host["api_host"]."/Api/usersave";
     $condition['token']=$token;
     $response=curl_request($url,$condition);