Explorar el Código

Merge branch 'stabble' of iqiyoo:zhuishuyun_wap

onlinetest hace 6 años
padre
commit
7fc387b9eb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Modules/Channel/Services/PayTemplateService.php

+ 1 - 1
app/Modules/Channel/Services/PayTemplateService.php

@@ -26,7 +26,7 @@ class PayTemplateService
         if(in_array($template_type,[1,2])){
         if(in_array($template_type,[1,2])){
             //return $template_type;
             //return $template_type;
         }
         }
-        return 2;
+        return $template_type;
     }
     }
 
 
     /**
     /**