Skip to content
  • This project
    • Loading...
  • Sign in

张浩 / jmeter

Global
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • jmeter
  • ..
  • jmetertool
  • Constants.java
  • zhanghao's avatar
    commit · 66193ece
    66193ece
    zhanghao authored 2020-09-19 18:54:36 +0800
Constants.java 203 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
package com.chinabr.jmetertool;

public class Constants {
    /**
     * 新版本key
     */
    public static String AES_KEY="mJmzkWttn2eEhJI4";
    public static String SIGN_KEY="as1UoGe3zIdgpDu3";
}