@solinker/nodes-eyprint
Version:
易云打印可使普通打印机具有远程打印,共享打印,自助打印,订单打印,电商平台云打印等联网功能,使用易云打印平台的用户可实时通过网络在线向各种类型的打印机发送打印任务。
29 lines • 1.07 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EyprintApi = void 0;
class EyprintApi {
constructor() {
this.name = 'eyprintApi';
this.displayName = '易云打印';
this.documentationUrl = 'https://www.eyprint.com/';
this.iconUrl = '/icons/CUSTOM/eyprint/nodes/Eyprint/logo.png';
this.properties = [
{
type: 'notice',
displayName: '本应用账户授权需要在易云打印开发者中心申请',
name: 'notice',
default: '',
},
{
displayName: 'API key',
name: 'key',
required: true,
type: 'string',
default: '',
description: '每台打印机都有唯一32位长API key,<a href="https://www.eyprint.com/index.php?c=api&a=main" target="_blank">开发者中心</a>中申请。',
},
];
}
}
exports.EyprintApi = EyprintApi;
//# sourceMappingURL=EyprintApi.credentials.js.map