流程引擎-接口API管理

1
2
3
4
5
6
7
//查看枚举接口
common_post.postPortal({
    "ac": "get_enum_items_by_id",
    id:"枚举ID"
}).then(function (data) {
     
});

  

 

1
2
3
4
//查看数据详情
common_post.postPortal({"ac": "get_one_when_edit_from_portal", "tabid": "表ID", "id": "数据ID", "arr": []}).then(function (obj, status) {
      
});

  

 

1
2
3
4
5
6
7
8
//查询数据
common_post.postPortal({
    "ac": "get_data_by_sql_back_data_table_from_portal_with_table_id",
    "sql": "select * from  table_id  where  yiqileixing='科学仪器中心'   ",
    "table_id": "f1e14f985e5949fba1aa5d54dbec1663"
}).then(function (data) {
     
});

  

posted @   liskov_design  阅读(24)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 记一次.NET内存居高不下排查解决与启示
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· DeepSeek 开源周回顾「GitHub 热点速览」
点击右上角即可分享
微信分享提示