Skip to content

Commit

Permalink
feat(grouping): Add grouping Function
Browse files Browse the repository at this point in the history
  • Loading branch information
lei3265018 committed Nov 29, 2018
1 parent 4cefef2 commit f7f921e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/grouping/wechat.grouping.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export class WechatGrouping {
return { code: 200, message: '删除用户标签成功!'};
}

// 此方法暂时有一个问题,过后解决 get传 json参数bug
// async queryUserLabelFans(appid: string, parameter: any) {
// if (!appid) {
// throw new HttpException('appid不存在!!', 500);
Expand Down

0 comments on commit f7f921e

Please sign in to comment.