|
|
|
@ -1050,7 +1050,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
*/
|
|
|
|
|
async apiSendPowerRegulationGet(code: string, power: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiSendPowerRegulationGet(code, power, options);
|
|
|
|
|
const second_url = 'http://192.168.2.14:5034'
|
|
|
|
|
const second_url = 'http://localhost:5034'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
@ -1082,7 +1082,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
*/
|
|
|
|
|
async apiGetChargerInfoListGET(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiGetChargerInfoListGET(options);
|
|
|
|
|
const second_url = 'http://192.168.2.14:5034'
|
|
|
|
|
const second_url = 'http://localhost:5034'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
@ -1113,7 +1113,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
*/
|
|
|
|
|
async apiSetStartChargeByBinNoGet(binNo: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiSetStartChargeByBinNoGet(binNo, options);
|
|
|
|
|
const second_url = 'http://192.168.2.14:5034'
|
|
|
|
|
const second_url = 'http://localhost:5034'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
@ -1129,7 +1129,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
*/
|
|
|
|
|
async apiSetStopChargeByBinNoGet(binNo: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiSetStopChargeByBinNoGet(binNo, options);
|
|
|
|
|
const second_url = 'http://192.168.2.146:5034'
|
|
|
|
|
const second_url = 'http://localhost6:5034'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
@ -1160,7 +1160,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
*/
|
|
|
|
|
async apiDistributeElecPriceForChargeGet(ceid: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiDistributeElecPriceForChargeGet(ceid, options);
|
|
|
|
|
const second_url = 'http://192.168.2.14:5034'
|
|
|
|
|
const second_url = 'http://localhost:5034'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
@ -1176,7 +1176,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
*/
|
|
|
|
|
async apiChargerSendAuthGet(code: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiChargerSendAuthGet(code, options);
|
|
|
|
|
const second_url = 'http://192.168.2.14:5034'
|
|
|
|
|
const second_url = 'http://localhost:5034'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
@ -1193,7 +1193,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
async apiGetBattPerStatusCountGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiGetBattPerStatusCountGet(options);
|
|
|
|
|
|
|
|
|
|
const second_url = 'http://192.168.2.14:5034'
|
|
|
|
|
const second_url = 'http://localhost:5034'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
@ -1210,7 +1210,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
async apiBatteryStatusInfoGet(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiBatteryStatusInfoGet(options);
|
|
|
|
|
|
|
|
|
|
const second_url = 'http://192.168.2.14:5034'
|
|
|
|
|
const second_url = 'http://localhost:5034'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
@ -1227,7 +1227,7 @@ export const SysHomePageApiFp = function (configuration?: Configuration) {
|
|
|
|
|
async apiGetChargMonitorChargBinData(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => Promise<AxiosResponse<AdminResultSysUser>>> {
|
|
|
|
|
const localVarAxiosArgs = await SysHomePageApiAxiosParamCreator(configuration).apiGetChargMonitorChargBinData(options);
|
|
|
|
|
|
|
|
|
|
const second_url = 'http://192.168.2.14:5035'
|
|
|
|
|
const second_url = 'http://localhost:5035'
|
|
|
|
|
|
|
|
|
|
return (axios: AxiosInstance = globalAxios, basePath: string = second_url) => {
|
|
|
|
|
const axiosRequestArgs: AxiosRequestConfig = { ...localVarAxiosArgs.options, url: second_url + localVarAxiosArgs.url };
|
|
|
|
|