WechatMsg: WechatHelper

View source: R/wechat.R

WechatMsgR Documentation

WechatHelper

Description

WechatHelper

Usage

WechatMsg(userid, msg, status = NULL, name = NULL, number = NULL)

Arguments

userid

Please follow the official WeChat account "shengxintongzhizhushou", reply with id, and scan the QR code to obtain the userid. View "http://bj.s1f.ren/gzh/home.html" and "https://mp.weixin.qq.com/s/tiedh3FWTA4hOhut5Useew" for more information.

msg

Content of the notification to be sent. Limit to 20 characters.

status

Current data status. Limit to 5 Chinese characters.

name

Project name. Limit to 5 characters.

number

Notification number.

Value

response of the request

Examples

WechatMsg(userid = "123", msg = "test---SaveRds Success!")

easyWechat documentation built on June 29, 2024, 1:07 a.m.