【小程序】增加新版自定义交易组件获取售后单详情API

This commit is contained in:
liming
2022-08-25 22:48:17 +08:00
parent 4d526dbd7a
commit 6e5800181b
6 changed files with 145 additions and 23 deletions

View File

@@ -511,7 +511,8 @@ public class WxMaApiUrlConstants {
String AFTERSALE_UPLOAD_CERTIFICATES = "https://api.weixin.qq.com/shop/ecaftersale/upload_certificates";
String AFTERSALE_UPLOAD_DEADLINE = "https://api.weixin.qq.com/shop/aftersale/update_deadline";
String AFTERSALE_GET_LIST = "https://api.weixin.qq.com/shop/ecaftersale/get_list";
String AFTERSALE_GET = "https://api.weixin.qq.com/shop/ecaftersale/get";
String AFTERSALE_GET = "https://api.weixin.qq.com/shop/aftersale/get";
String ECAFTERSALE_GET = "https://api.weixin.qq.com/shop/ecaftersale/get";
}
interface Sharer {