WIN-2308041133\Administrator 4 miesięcy temu
rodzic
commit
52ac41ddbe

+ 1 - 1
app/models/user/UserSpread.php

@@ -87,7 +87,7 @@ class UserSpread extends BaseModel
             ]);
             @file_put_contents('quanju.txt',  $openid."-openid\r\n", 8);
             @file_put_contents('quanju.txt',  json_encode($group)."-模版消息3\r\n", 8);
-            $res= WechatTemplateService::sendTemplate($openid, WechatTemplateService::SUBORDINATE_BINDING, $group);
+            $res= WechatTemplateService::sendTemplate($openid, WechatTemplateService::BARGAIN_SUCCESS, $group);
             @file_put_contents('quanju.txt',  json_encode($res)."-模版消息返回3\r\n", 8);
 
         }

+ 1 - 1
crmeb/services/WechatTemplateService.php

@@ -53,7 +53,7 @@ class WechatTemplateService implements ProviderInterface
     const OPEN_PINK_SUCCESS = 'OPENTM414349441';
 
     //砍价成功
-    const BARGAIN_SUCCESS = 'OPENTM410292733';
+    const BARGAIN_SUCCESS = '60720';
 
 //    下级用户绑定
     const SUBORDINATE_BINDING = '60720';