UNPKG

@tnwx/commons

Version:

TTNWX 微信系开发脚手架之公共模块

12 lines (11 loc) 267 B
/** * @author Javen * @copyright javendev@126.com * @description 将消息转发到多客服 */ export declare class TransInfo { private KfAccount; constructor(KfAccount: string); get getKfAccount(): string; set setKfAccount(kfAccount: string); }