🆕 #2260【小程序】增加自定义组件之撤销商品审核的接口

This commit is contained in:
ShienPro
2021-08-19 10:56:34 +08:00
committed by GitHub
parent 614a1c923e
commit 28b2ca93fb
3 changed files with 19 additions and 9 deletions

View File

@@ -311,6 +311,7 @@ public class WxMaApiUrlConstants {
String SPU_UPDATE_WITHOUT_URL = "https://api.weixin.qq.com/shop/spu/update_without_audit";
String SPU_LISTING_URL = "https://api.weixin.qq.com/shop/spu/listing";
String SPU_DELISTING_URL = "https://api.weixin.qq.com/shop/spu/delisting";
String DEL_AUDIT_URL = "https://api.weixin.qq.com/shop/spu/del_audit";
}
interface Order {