WIN-2308041133\Administrator 4 months ago
parent
commit
c955d78666
2 changed files with 5 additions and 0 deletions
  1. 2 0
      config/template.php
  2. 3 0
      crmeb/services/SubscribeTemplateService.php

+ 2 - 0
config/template.php

@@ -40,6 +40,8 @@ return [
                 'OPEN_PINK_SUCCESS' => 'OPENTM414349441',
                 //砍价成功
                 'BARGAIN_SUCCESS' => 'OPENTM410292733',
+                //下级绑定通知
+                'SUBORDINATE_BINDING' => '60720',
             ],
         ],
         //订阅消息

+ 3 - 0
crmeb/services/SubscribeTemplateService.php

@@ -46,6 +46,9 @@ class SubscribeTemplateService implements ProviderInterface
     const INTEGRAL_ACCOUT = 335;
     //拼团状态通知
     const PINK_STATUS = 3353;
+    //下级绑定通知
+    const SUBORDINATE_BINDING = 60720;
+
 
     public static function getConstants($code = '')
     {