shish há 3 meses atrás
pai
commit
111f87276e
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      app-hd/controllers/ApplyController.php

+ 1 - 0
app-hd/controllers/ApplyController.php

@@ -130,6 +130,7 @@ class ApplyController extends BaseController
         //前期限制只有批发店邀请了才能注册
         //前期限制只有批发店邀请了才能注册
         $ghsShopAdminId = $post['ghsShopAdminId'] ?? 0;
         $ghsShopAdminId = $post['ghsShopAdminId'] ?? 0;
         $hdShopAdminId = $post['hdShopAdminId'] ?? 0;
         $hdShopAdminId = $post['hdShopAdminId'] ?? 0;
+        noticeUtil::push("ghsShopAdminId:{$ghsShopAdminId},hdShopAdminId:$hdShopAdminId", '15280215347');
         if (empty($ghsShopAdminId) && empty($hdShopAdminId)) {
         if (empty($ghsShopAdminId) && empty($hdShopAdminId)) {
             //util::fail('批发店推荐才能注册,编号:' . $ghsShopAdminId . ' ' . $hdShopAdminId);
             //util::fail('批发店推荐才能注册,编号:' . $ghsShopAdminId . ' ' . $hdShopAdminId);
         }
         }