fix
This commit is contained in:
@@ -29,7 +29,7 @@ $res =[];
|
||||
$data_json = json_encode($arr);
|
||||
|
||||
//$data_json = "{\"email\":\"$data['email']\",\"mode\":100}";
|
||||
$res = $self::NodeServiceApi('/user/reset-password', $data_json);
|
||||
$res = self::NodeServiceApi('/user/reset-password', $data_json);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user