|
|
@ -406,7 +406,7 @@ export const SysChargeMonitorApiAxiosParamCreator = function (configuration?: Co
|
|
|
|
* @throws {RequiredError}
|
|
|
|
* @throws {RequiredError}
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
apiGetHumitureGet: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
|
|
apiGetHumitureGet: async (options: AxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
|
|
const localVarPath = `/Humiture/GetHumiture`;
|
|
|
|
const localVarPath = `/api/Humiture/LstGetHumiture`;
|
|
|
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
|
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
|
|
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
|
|
const localVarUrlObj = new URL(localVarPath, 'https://example.com');
|
|
|
|
let baseOptions;
|
|
|
|
let baseOptions;
|
|
|
@ -1083,7 +1083,7 @@ export const SysChargeMonitorApiFp = function (configuration?: Configuration) {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
async apiGetHumitureGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
async apiGetHumitureGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
const localVarAxiosArgs = await SysChargeMonitorApiAxiosParamCreator(configuration).apiGetHumitureGet(options);
|
|
|
|
const localVarAxiosArgs = await SysChargeMonitorApiAxiosParamCreator(configuration).apiGetHumitureGet(options);
|
|
|
|
const three_url = 'http://192.168.2.17:5036'
|
|
|
|
const three_url = 'http://192.168.2.16:5036'
|
|
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = three_url) => {
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = three_url) => {
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: three_url + localVarAxiosArgs.url };
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: three_url + localVarAxiosArgs.url };
|
|
|
|