add 企微通知
This commit is contained in:
@@ -106,7 +106,13 @@ public class PCTestController {
|
||||
public ResponseResult<Boolean> testQWMessage(){
|
||||
List<String> userIds = new ArrayList<>();
|
||||
userIds.add("wpayJeDAAAhGIFgUJpJN-zg39JuNbYhg_woayJeDAAA52Wm6ZigyveSjniyimeqZQ");
|
||||
commonService.sendQWMessage(userIds, QWMessageEnum.MESSAGE_1, new HashMap<>());
|
||||
HashMap<String, String> map = new HashMap<>();
|
||||
map.put("partnerUsername","sx");
|
||||
map.put("partnerMobile","13563273279");
|
||||
commonService.sendQWMessage(userIds,
|
||||
MessageEnum.MESSAGE_14,
|
||||
map);
|
||||
|
||||
return ResponseResult.success(Boolean.TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user