🆕 #2243 【小程序】增加自定义组件申请接入相关接口

This commit is contained in:
liming1019
2021-08-06 10:33:32 +08:00
committed by GitHub
parent 2d36b4d6d2
commit 60663f2f7a
10 changed files with 254 additions and 4 deletions

View File

@@ -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";
}
}
/**