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
  • 相关阅读:
    c#获取指定时区的日期
    项目版本管理
    iis部署网站
    浏览器测试string是否为图片
    网站中挂视频
    百度地图调用
    mvc actionresult返回各种文件
    Coursera机器学习week7 单元测试
    Coursera机器学习week7 笔记
    牛客练习赛12 AB
  • 原文地址:https://www.cnblogs.com/hoge66/p/13064486.html
Copyright © 2011-2022 走看看