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

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

package com.aluka.nirvana.framework.wechat.mina.constant;

/**
 * 微信小程序涉及到 URL 相关的常量
 * @author gongli
 * @since 2020/4/7 19:08
 */
public class MinaUrlConstant {

    /**
     * 微信小程序服务端 [登录] 地址
     * [GET]
     */
    public static final String MINA_LOGIN_URL = "https://api.weixin.qq.com/sns/jscode2session";
    /**
     * 微信小程序服务端 [获取用户支付完成后该用户的UnionId信息] 地址
     * [GET]
     */
    public static final String GET_PAID_UNION_ID_URL = "https://api.weixin.qq.com/wxa/getpaidunionid";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy