Sign in

wms / wms_changshabiyadi · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wms_changshabiyadi
  • ..
  • constant
  • ResultStatus.java
  • 合并信义源码
    29a1ab31
    mahuandong authored
    2020-01-09 15:16:52 +0800  
    Browse Code »
ResultStatus.java 307 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
package com.huaheng.api.xinyi.constant;

/**
 * 返回code状态
 *
 * @author Enzo Cotter
 * @date 2019/12/20
 */
public class ResultStatus {


    /**
     * 成功
     */
    public static final String SUCCESS = "0";

    /**
     * token过期
     */
    public static final String EXPIRED = "401";
}