10
0

2 Коммиты 69a5ae3fbd ... e2f5f18cf3

Автор SHA1 Сообщение Дата
  eosgetdice12 e2f5f18cf3 Merge branch 'master' of http://svn.ouj.com:3000/eos_sicbo/chat 5 лет назад
  eosgetdice12 8058479d80 修改bug 5 лет назад
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      protected/models/Account.php

+ 1 - 1
protected/models/Account.php

@@ -199,7 +199,7 @@ class Account extends Model {
      * @return array
      * @return array
      * @throws Exception
      * @throws Exception
      */
      */
-    public static function verifyPlayer($account, $random, $token, $netId) {
+    public static function verifyPlayer($account, $random, $token, $netId = self::TYPE_EOS) {
         if (!$account) {
         if (!$account) {
             throw new Exception('参数错误', CODE_PARAM_ERROR);
             throw new Exception('参数错误', CODE_PARAM_ERROR);
         }
         }