public interface WxMaMarketingService
限定符和类型 | 方法和说明 |
---|---|
String |
addUserAction(List<WxMaUserAction> actions,
Long userActionSetId)
回传数据.
|
long |
addUserActionSets(String type,
String name,
String description)
创建数据源.
|
long addUserActionSets(String type, String name, String description) throws WxErrorException
创建数据源. 接口调用请求说明 https://ad.weixin.qq.com/guide/457
type
- 用户行为源类型name
- 用户行为源名称 必填description
- 用户行为源描述,字段长度最小 1 字节,长度最大 128 字节WxErrorException
String addUserAction(List<WxMaUserAction> actions, Long userActionSetId) throws WxErrorException
actions
- 用户行为源类型WxErrorException
Copyright © 2024. All rights reserved.