mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2252 【小程序】增加自定义组件之图片上传接口
This commit is contained in:
@@ -337,6 +337,10 @@ public class WxMaApiUrlConstants {
|
||||
interface Cat {
|
||||
String GET_CAT = "https://api.weixin.qq.com/shop/cat/get";
|
||||
}
|
||||
|
||||
interface Img {
|
||||
String IMG_UPLOAD = "https://api.weixin.qq.com/shop/img/upload";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user