mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2243 【小程序】增加自定义组件申请接入相关接口
This commit is contained in:
@@ -319,6 +319,13 @@ public class WxMaApiUrlConstants {
|
||||
String ORDER_PAY = "https://api.weixin.qq.com/shop/order/pay";
|
||||
String ORDER_GET = "https://api.weixin.qq.com/shop/order/get";
|
||||
}
|
||||
|
||||
interface Register {
|
||||
String REGISTER_APPLY = "https://api.weixin.qq.com/shop/register/apply";
|
||||
String REGISTER_CHECK = "https://api.weixin.qq.com/shop/register/check";
|
||||
String REGISTER_FINISH_ACCESS_INFO = "https://api.weixin.qq.com/shop/register/finish_access_info";
|
||||
String REGISTER_APPLY_SCENE = "https://api.weixin.qq.com/shop/register/apply_scene";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user