|
|
@ -48,7 +48,7 @@ class MiniprogramService implements MiniprogramServiceInterface |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
// 商户/门店的openid
|
|
|
// 商户/门店的openid
|
|
|
$store = Store::query()->select(['id', 'name']) |
|
|
|
|
|
|
|
|
$store = Store::query()->select(['id', 'name', 'user_id']) |
|
|
->where(['id' => $item['store_id']]) |
|
|
->where(['id' => $item['store_id']]) |
|
|
->first()->toArray(); |
|
|
->first()->toArray(); |
|
|
$store['openid'] = Users::query() |
|
|
$store['openid'] = Users::query() |
|
|
|