* Finish task #50328.

This commit is contained in:
hufangzhou
2022-03-09 14:09:56 +08:00
parent 166bf4edf8
commit c2129fa980
6 changed files with 8 additions and 2 deletions
@@ -1,4 +1,5 @@
<?php
helper::import('../../control.php');
class myClient extends client
{
public function create()
@@ -1,4 +1,5 @@
<?php
helper::import('../../control.php');
class myClient extends client
{
public function edit($clientID)
@@ -1,4 +1,5 @@
<?php
helper::import('../../control.php');
class myIm extends im
{
/**
@@ -1,4 +1,5 @@
<?php
helper::import('../../control.php');
class myIm extends im
{
public function downloadXxdPackage($xxdFileName)
@@ -1,5 +1,6 @@
<?php
class myIm extends im
helper::import('../../control.php');
class myIm extends im
{
/**
* Get serverInfo api.
@@ -1,5 +1,6 @@
<?php
class myIm extends im
helper::import('../../control.php');
class myIm extends im
{
public function userLogin($account = '', $password = '', $options = 0, $userID = 0, $version = '', $device = 'desktop')
{