UNPKG

tax-invoice

Version:
13 lines (12 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_CONFIG = void 0; /** * 默认配置 */ exports.DEFAULT_CONFIG = { baseUrl: 'https://api.fa-piao.com', appKey: '', appSecret: '', timeout: 30000 };