All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.uouo.wechat.api.constant.StateCode Maven / Gradle / Ivy

The newest version!
package io.uouo.wechat.api.constant;

/**
 * 微信登录状态码
 *
 * @author biezhi
 * @since 2018/1/18
 */
public interface StateCode {

    String SUCCESS = "200";
    String SUCCESS_WAIT = "201";
    String FAIL    = "400";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy