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

com.aluka.nirvana.framework.wechat.mina.constant.MinaCommonConstant Maven / Gradle / Ivy

There is a newer version: 2.0.3
Show newest version
package com.aluka.nirvana.framework.wechat.mina.constant;

/**
 * 微信小程序 公共 常量
 * @author gongli
 * @since 2020/4/8 11:21
 */
public class MinaCommonConstant {

    /**
     * 微信小程序API errcode 中定义的成功代码
     */
    public static final int SUCCESS_CODE = 0;




    /**
     * 符号:?
     */
    public static final String QUESTION_MARK = "?";
    /**
     * 符号:?
     */
    public static final String EQUALS_MARK = "=";
    /**
     * 符号:?
     */
    public static final String AND_MARK = "&";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy