🆕 #2252 【小程序】增加自定义组件之图片上传接口

This commit is contained in:
liming1019
2021-08-11 09:49:32 +08:00
committed by GitHub
parent 24bde9298c
commit e9c1cda356
12 changed files with 338 additions and 0 deletions

View File

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