客户生日
This commit is contained in:
@@ -29,7 +29,7 @@ class MessageWechatLogic extends BaseWechatLogic
|
||||
'toWxid'=>$data['toWxid'],
|
||||
'content'=>$data['content'],
|
||||
//@的好友,多个英文逗号分隔。群主或管理员@全部的人,则填写'notify@all'
|
||||
'ats'=>$data['ats'],
|
||||
// 'ats'=>$data['ats'],
|
||||
];
|
||||
$res = $this->curl_post_json($url, $post_data);
|
||||
return $res;
|
||||
|
||||
Reference in New Issue
Block a user