Browse Source

Wesmiler 人人车 初始化项目 0816

APPLE 3 năm trước cách đây
mục cha
commit
7f4d58a5ff
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/api/controller/v1/taxiUser/User.php

+ 1 - 1
application/api/controller/v1/taxiUser/User.php

@@ -161,7 +161,7 @@ class User extends ApiController
         // 写入数据
         Db::startTrans();
         try {
-            $params['status'] = 20;
+            $params['status'] = 10;
             $ret = model('common/TaxiUsersWithdraw')::create($params,true);
 
             $Users = new Users();