生成分享链接并且生成token
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -103,7 +103,7 @@ class PropertyTrackService extends Service | ... | @@ -103,7 +103,7 @@ class PropertyTrackService extends Service | 
| 103 | 'expire_time' => '', | 103 | 'expire_time' => '', | 
| 104 | ]; | 104 | ]; | 
| 105 | 105 | ||
| 106 | if ($share = PropertyShare::query()->where(['pf_id'=>$this->request->input('pf_id')])->orderByDesc('id')->first()) { | 106 | if ($share = PropertyShare::query()->where(['pf_id'=>$this->request->input('track_id')])->orderByDesc('id')->first()) { | 
| 107 | $data['phone'] = $share->phone; | 107 | $data['phone'] = $share->phone; | 
| 108 | $data['share_url'] = $share->share_url; | 108 | $data['share_url'] = $share->share_url; | 
| 109 | $data['expire_time']= $share->expire_time; | 109 | $data['expire_time']= $share->expire_time; | ... | ... | 
- 
Please register or sign in to post a comment