mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2255 【小程序】增加自定义组件之接入商品前必需的接口
This commit is contained in:
@@ -341,6 +341,13 @@ public class WxMaApiUrlConstants {
|
||||
interface Img {
|
||||
String IMG_UPLOAD = "https://api.weixin.qq.com/shop/img/upload";
|
||||
}
|
||||
|
||||
interface Audit {
|
||||
String AUDIT_BRAND = "https://api.weixin.qq.com/shop/audit/audit_brand";
|
||||
String AUDIT_CATEGORY = "https://api.weixin.qq.com/shop/audit/audit_category";
|
||||
String AUDIT_RESULT = "https://api.weixin.qq.com/shop/audit/result";
|
||||
String GET_MINIAPP_CERTIFICATE = "https://api.weixin.qq.com/shop/audit/get_miniapp_certificate";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user