wesmiler преди 2 седмици
родител
ревизия
5a596a4feb
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Services/Common/StoreService.php

+ 1 - 0
app/Services/Common/StoreService.php

@@ -230,6 +230,7 @@ class StoreService extends BaseService
         $id = isset($result['data']['id'])? $result['data']['id']:0;
         if($success){
             $account = [
+                'type'=> 2,
                 'user_id'=>$data['user_id'],
                 'store_id'=> $id,
                 'username'=> $mobile,