• This project
    • Loading...
  • Sign in

fangyeqing / xkl-interface-example-all · Files

Go to a project

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • xkl-interface-example-all
  • src
  • main
  • java
  • com
  • xkl
  • Constants.java
  • Upsoft pass testing
    e16a0ded
    by zhaoyue
    2017-01-14 22:10:20 +0800  
    Browse Files
Constants.java 225 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
package com.xkl;

/**
 * Created by win7 on 2016/12/25.
 */
public interface Constants {

    String URL_PREFIX = "http://127.0.0.1:8090";
//    String URL_PREFIX = "http://139.129.166.85:8090";

    String KEY = "weixin";
}