oak-general-business/lib/entities/WechatTemplate.js

31 lines
888 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.entityDesc = void 0;
;
exports.entityDesc = {
locales: {
zh_CN: {
name: '微信消息模板',
attr: {
type: '类型',
application: '关联应用',
wechatId: '微信端id',
title: '标题',
primaryIndustry: '所属一级行业',
deputyIndustry: '所属二级行业',
content: '内容',
example: '示例',
param: '选填参数',
keywordEnumValueList: '枚举参数值范围',
syncAt: '同步时间',
},
v: {
type: {
'2': '一次性订阅',
'3': '长期订阅'
}
}
},
},
};