zoukankan      html  css  js  c++  java
  • scm 流程部署url

    scm 流程部署url

    docker run -d --name confluence -p 8070:8090 --user root:root cptactionhank/atlassian-confluence:latest

    docker cp /usr/local/software/LocalSettings.php 6942379cfc50:/var/www/html/

    http://localhost:9000/api/sysUser/querySysUserByParam?userName=1

    http://localhost:9000/api/billtype/billtype/queryByParamBillType?sysCode=01&tenantId=0

    http://localhost:9000/api/sys/sysuserdept/selectOrganizationByUserID?userId=1032004&tenantId=0

    http://localhost:9000/base/sys/queryGroupByName?likeName=售后&userId=1032004&tenantId=0

    http://10.74.68.27:9000/api/billtype/billtype/queryByParamBillType?sysCode=01&tenantId=01


    http://10.74.68.27:9000/api/sysUser/querySysUserByParam

    http://10.74.68.27:9000/api/billtype/billtype/queryByParamBillType

    http://10.74.68.27:9000/api/sys/sysuserdept/selectOrganizationByUserID

    http://10.74.68.27:9000/base/sys/queryGroupByName

    http://10.74.68.27:9998/index.html#/processes?userId=1032004&userName=test&tenantId=01&sysCode=01

    http://10.74.68.27:9000/api/billtype/billtype/queryByParamBillType?sysCode=01&tenantId=0

    // 先开这个页面,再创建流程
    http://10.74.68.27:9998/index.html#/processes?userId=1032004&userName=吴松刚&tenantId=01&sysCode=01

    http://10.74.68.27:9998/index.html#?userId=1032004&userName=test&tenantId=02&sysCode=02

    www.beicaiduo.com
  • 相关阅读:
    ABP Xunit单元测试 第五篇
    ABP 异常处理 第四篇
    ABP Quartz 作业调度第三篇
    ABP 权限拦截 第二篇
    ABP .NET corej 版本 第一篇
    Vue生命周期
    vue中的import、export、requre的区别
    ES6最新语法
    Vux项目搭建
    对象克隆
  • 原文地址:https://www.cnblogs.com/hoge66/p/13064486.html
Copyright © 2011-2022 走看看