Commit 33a58a41 authored by mxm-web-develop's avatar mxm-web-develop

321

parent 21b045e0
import axios, { AxiosInstance, AxiosResponse } from "axios";
import { LocLogin, test_dec } from "../decorators/usrGurad";
import {
KeyAdd_RES,
keyList_RES,
Login_RES,
ResConstruction,
} from "./res.types";
import constants from "./constants";
import User from "./User";
import Common from "../common";
class Suyuan extends Common {
static _version: string
constructor(url: string, config?: any) {
super(url, config);
Suyuan._version ='v.1.0.1'
// this.userModule = new User(this._url, this._config);
}
userModule = () => new User(this._url, this._config);
}
export default Suyuan;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment