oak-general-business/lib/oak-app-domain/WechatMenu/Action.js

15 lines
461 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.actionDefDict = exports.actions = void 0;
const IActionDef = {
stm: {
success: [['wait', 'fail'], 'success'],
fail: [['wait', 'success'], 'fail']
},
is: 'wait',
};
exports.actions = ["count", "stat", "download", "select", "aggregate", "create", "remove", "update", "success", "fail", "publish"];
exports.actionDefDict = {
iState: IActionDef
};