wesmiler 2 недель назад
Родитель
Сommit
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,