| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098 |
- {
- "nodes": [
- {
- "id": "start",
- "type": "start",
- "initialized": false,
- "position": {
- "x": 250,
- "y": 50
- },
- "data": {
- "nodeMeta": {
- "category": "basic",
- "label": "开始节点",
- "icon": "https://api.iconify.design/tabler/circle-check.svg?color=white",
- "iconColor": "#52C41A",
- "showEditBtn": false,
- "showRunBtn": false
- }
- },
- "deletable": false
- },
- {
- "id": "end",
- "type": "end",
- "initialized": false,
- "position": {
- "x": 978.4515529863412,
- "y": 50
- },
- "data": {
- "nodeMeta": {
- "category": "basic",
- "label": "结束节点",
- "icon": "https://api.iconify.design/tabler/square-rounded-arrow-down.svg?color=white",
- "iconColor": "#FA8C16",
- "showEditBtn": false,
- "showRunBtn": false
- }
- },
- "deletable": false
- },
- {
- "id": "node_mr1xgfmw-n3mm5b6l5v5uc",
- "type": "apiSource",
- "initialized": false,
- "position": {
- "x": 622.7631631710176,
- "y": 182.5351017893804
- },
- "data": {
- "nodeMeta": {
- "category": "redis",
- "label": "test",
- "icon": "https://api.iconify.design/tabler/layers-linked.svg?color=white",
- "iconColor": "#1890FF",
- "showEditBtn": true,
- "showRunBtn": true
- },
- "formData": {
- "apiSource": {
- "value": {
- "requestParams": [
- {
- "label": "create_by",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "创建人",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "status",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "活动状态(0-待审核,1-未开始,2-进行中,3-已结束,4-已驳回)",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "type",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "活动类型(0--王牌铁军)",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "active_name",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "活动名称",
- "defaultVal": null,
- "children": [],
- "isRef": false
- }
- ],
- "responseParams": [
- {
- "label": "id",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "ID",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "version",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "版本号",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "del_flag",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "删除标记",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "create_time",
- "required": false,
- "type": [
- "time"
- ],
- "desc": "创建时间",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "update_time",
- "required": false,
- "type": [
- "time"
- ],
- "desc": "更新时间",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "create_by",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "创建人",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "update_by",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "更新人",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "user_code",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "创客编码",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "username",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "创客姓名",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "username2",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "创客姓名",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "pic_url",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "活动图片",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "duration",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "单人时长(天)",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "absence",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "缺勤天数",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "area",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "开会地区",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "address",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "详细地址",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "status",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "活动状态(0-待审核,1-未开始,2-进行中,3-已结束,4-已驳回)",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "type",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "活动类型(0--王牌铁军)",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "start_time",
- "required": false,
- "type": [
- "time"
- ],
- "desc": "开始时间",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "end_time",
- "required": false,
- "type": [
- "time"
- ],
- "desc": "结束时间",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "review_time",
- "required": false,
- "type": [
- "time"
- ],
- "desc": "审核时间",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "remark",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "备注",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "active_name",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "活动名称",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "apply_num",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "参与人数",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "group_num",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "小组数",
- "defaultVal": null,
- "children": [],
- "isRef": false
- }
- ],
- "apiContext": {
- "projectId": 203,
- "generatedAt": 1782979611985,
- "selectedApis": [
- {
- "id": 5975,
- "serviceId": 249,
- "serviceName": "kxs_marketing",
- "serviceTitle": "客小爽营销板块",
- "groupId": 138,
- "groupName": null,
- "groupTitle": "客小爽营销板块",
- "tabName": "运营模块",
- "apiName": "活动管理-活动管理-活动列表",
- "apiDetail": null,
- "apiKind": 1,
- "apiMethod": "GET",
- "apiPath": "/v1//sysActive/getByPage",
- "apiKey": "sysActivegetByPage",
- "methodName": "getByPage",
- "pageFlag": false,
- "linkTableId": 7216,
- "linkTableName": null,
- "linkTableTitle": null,
- "requestParam": [
- {
- "id": 47811,
- "fieldTitle": "创建人",
- "fieldName": "create_by",
- "fieldNameUpper": "createBy",
- "fieldNameFirstUpper": "CreateBy",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": true,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47821,
- "fieldTitle": "活动状态(0-待审核,1-未开始,2-进行中,3-已结束,4-已驳回)",
- "fieldName": "status",
- "fieldNameUpper": "status",
- "fieldNameFirstUpper": "Status",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": true,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47822,
- "fieldTitle": "活动类型(0--王牌铁军)",
- "fieldName": "type",
- "fieldNameUpper": "type",
- "fieldNameFirstUpper": "Type",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": true,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47827,
- "fieldTitle": "活动名称",
- "fieldName": "active_name",
- "fieldNameUpper": "activeName",
- "fieldNameFirstUpper": "ActiveName",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": true,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- }
- ],
- "responseParam": [
- {
- "id": 47806,
- "fieldTitle": "ID",
- "fieldName": "id",
- "fieldNameUpper": "id",
- "fieldNameFirstUpper": "Id",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47807,
- "fieldTitle": "版本号",
- "fieldName": "version",
- "fieldNameUpper": "version",
- "fieldNameFirstUpper": "Version",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47808,
- "fieldTitle": "删除标记",
- "fieldName": "del_flag",
- "fieldNameUpper": "delFlag",
- "fieldNameFirstUpper": "DelFlag",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47809,
- "fieldTitle": "创建时间",
- "fieldName": "create_time",
- "fieldNameUpper": "createTime",
- "fieldNameFirstUpper": "CreateTime",
- "fieldType": "datetime",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47810,
- "fieldTitle": "更新时间",
- "fieldName": "update_time",
- "fieldNameUpper": "updateTime",
- "fieldNameFirstUpper": "UpdateTime",
- "fieldType": "datetime",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47811,
- "fieldTitle": "创建人",
- "fieldName": "create_by",
- "fieldNameUpper": "createBy",
- "fieldNameFirstUpper": "CreateBy",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": true,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47812,
- "fieldTitle": "更新人",
- "fieldName": "update_by",
- "fieldNameUpper": "updateBy",
- "fieldNameFirstUpper": "UpdateBy",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47813,
- "fieldTitle": "创客编码",
- "fieldName": "user_code",
- "fieldNameUpper": "userCode",
- "fieldNameFirstUpper": "UserCode",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47814,
- "fieldTitle": "创客姓名",
- "fieldName": "username",
- "fieldNameUpper": "username",
- "fieldNameFirstUpper": "Username",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47815,
- "fieldTitle": "创客姓名",
- "fieldName": "username",
- "fieldNameUpper": "username",
- "fieldNameFirstUpper": "Username",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47816,
- "fieldTitle": "活动图片",
- "fieldName": "pic_url",
- "fieldNameUpper": "picUrl",
- "fieldNameFirstUpper": "PicUrl",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47817,
- "fieldTitle": "单人时长(天)",
- "fieldName": "duration",
- "fieldNameUpper": "duration",
- "fieldNameFirstUpper": "Duration",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47818,
- "fieldTitle": "缺勤天数",
- "fieldName": "absence",
- "fieldNameUpper": "absence",
- "fieldNameFirstUpper": "Absence",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47819,
- "fieldTitle": "开会地区",
- "fieldName": "area",
- "fieldNameUpper": "area",
- "fieldNameFirstUpper": "Area",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47820,
- "fieldTitle": "详细地址",
- "fieldName": "address",
- "fieldNameUpper": "address",
- "fieldNameFirstUpper": "Address",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47821,
- "fieldTitle": "活动状态(0-待审核,1-未开始,2-进行中,3-已结束,4-已驳回)",
- "fieldName": "status",
- "fieldNameUpper": "status",
- "fieldNameFirstUpper": "Status",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": true,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47822,
- "fieldTitle": "活动类型(0--王牌铁军)",
- "fieldName": "type",
- "fieldNameUpper": "type",
- "fieldNameFirstUpper": "Type",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": true,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47823,
- "fieldTitle": "开始时间",
- "fieldName": "start_time",
- "fieldNameUpper": "startTime",
- "fieldNameFirstUpper": "StartTime",
- "fieldType": "datetime",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47824,
- "fieldTitle": "结束时间",
- "fieldName": "end_time",
- "fieldNameUpper": "endTime",
- "fieldNameFirstUpper": "EndTime",
- "fieldType": "datetime",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47825,
- "fieldTitle": "审核时间",
- "fieldName": "review_time",
- "fieldNameUpper": "reviewTime",
- "fieldNameFirstUpper": "ReviewTime",
- "fieldType": "datetime",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47826,
- "fieldTitle": "备注",
- "fieldName": "remark",
- "fieldNameUpper": "remark",
- "fieldNameFirstUpper": "Remark",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47827,
- "fieldTitle": "活动名称",
- "fieldName": "active_name",
- "fieldNameUpper": "activeName",
- "fieldNameFirstUpper": "ActiveName",
- "fieldType": "varchar",
- "editType": null,
- "editTypeData": null,
- "reqParam": true,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47828,
- "fieldTitle": "参与人数",
- "fieldName": "apply_num",
- "fieldNameUpper": "applyNum",
- "fieldNameFirstUpper": "ApplyNum",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- },
- {
- "id": 47829,
- "fieldTitle": "小组数",
- "fieldName": "group_num",
- "fieldNameUpper": "groupNum",
- "fieldNameFirstUpper": "GroupNum",
- "fieldType": "int",
- "editType": null,
- "editTypeData": null,
- "reqParam": false,
- "resParam": true,
- "resType": "字段值",
- "required": false,
- "checkAttribute": null,
- "checkAttributeString": "",
- "fieldDetail": "",
- "linkTableId": 0,
- "linkTableName": null,
- "linkTableTitle": null,
- "linkTablePrimaryKeyName": null,
- "linkParam": []
- }
- ],
- "outputObject": "[{\"label\":\"status\",\"type\":\"number\"},{\"label\":\"msg\",\"type\":\"string\"},{\"label\":\"data\",\"type\":\"array\"}]"
- }
- ]
- },
- "outputParams": [
- {
- "label": "status",
- "required": false,
- "type": [
- "number"
- ],
- "desc": "",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "msg",
- "required": false,
- "type": [
- "string"
- ],
- "desc": "",
- "defaultVal": null,
- "children": [],
- "isRef": false
- },
- {
- "label": "data",
- "required": false,
- "type": [
- "array"
- ],
- "desc": "",
- "defaultVal": null,
- "children": [],
- "isRef": false
- }
- ]
- },
- "type": "apiSource",
- "label": "设置变量",
- "scope": "nextNodes"
- }
- }
- },
- "zIndex": 0
- }
- ],
- "edges": [
- {
- "id": "vueflow__edge-start-node_mr1xgfmw-n3mm5b6l5v5uc",
- "type": "base-edge",
- "source": "start",
- "target": "node_mr1xgfmw-n3mm5b6l5v5uc",
- "data": {},
- "label": "",
- "zIndex": 0,
- "sourceX": 572.5002928541528,
- "sourceY": 105.00002796948964,
- "targetX": 620.2631472439471,
- "targetY": 237.53516010770863,
- "animated": false,
- "style": {
- "stroke": "",
- "strokeWidth": ""
- }
- }
- ],
- "position": [
- -146.5614567490045,
- 256.1627416123898
- ],
- "zoom": 1.006245826996018,
- "viewport": {
- "x": -146.5614567490045,
- "y": 256.1627416123898,
- "zoom": 1.006245826996018
- }
- }
|