import { HttpService, Injectable } from '@nestjs/common'; import axios from 'axios'; export class AppService { private readonly DATA_URL ...
確定! 回上一頁