|
@@ -91,7 +91,7 @@ class WechatWork extends Api{
|
|
|
// 跳转链接
|
|
|
$link = Mini::getUrlLink('pages/coupon/active',http_build_query(['id'=>1,'kailin_uid'=>Hashids::encodeHex($id),'work_userid'=>$message['UserID']]));
|
|
|
// 欢迎语
|
|
|
- $welcome = $link ? ['link'=>['title'=>'请点此填写表单','desc'=>'填写表单信息为了给您提供更优服务','url'=>$link]] : ['text'=>['content'=>'请联系您的对接人员为您录入信息']];
|
|
|
+ $welcome = $link ? ['link'=>['title'=>'请点此返回小程序','desc'=>'请点此返回小程序领取优惠券','url'=>$link]] : ['text'=>['content'=>'请联系您的对接人员为您录入信息']];
|
|
|
// 发送欢迎语
|
|
|
ExternalContact::sendWelcome($message['WelcomeCode'],$welcome);
|
|
|
// 循环跟进人员
|