dever 4 years ago
parent
commit
72d37588c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Applet.php

+ 1 - 1
src/Applet.php

@@ -25,7 +25,7 @@ class Applet extends Base
      */
     public function bind()
     {
-        $create = Dever::input('create', 1);
+        $create = Dever::input('create', 3);
         $data = $this->getLoginInfo();
 
         if ($create == 1) {