UNPKG

afdi-ambition-fbim-fe

Version:

3D组态BIM编辑器

24 lines (23 loc) 866 B
/**interfaceInfo */ export declare function useInterfaceInfoApi(): { /** * view/InterfaceInfoController-获取接口信息(分页) * @param data.pageNo 页码 * @param data.pageSize 每页显示条数 */ InterfaceInfo_GetAllInterfaceInfoGET(data: { pageNo: number | string; pageSize: number | string; }, config?: {}): Promise<IResponsePageInterfaceInfo>; /** * view/InterfaceInfoController-根据接口获取接口参数信息 * @param data.interfaceInfoId 接口信息id */ InterfaceInfo_GetInterfaceInfoParamsByInterfaceInfoIdGET(data: { interfaceInfoId: number | string; }, config?: {}): Promise<IResponseListInterfaceInfoParamsVO>; /** * view/InterfaceInfoController-updateTest */ InterfaceInfo_UpdateTestPUT(data: any, config?: {}): Promise<IResponse>; };