| xqd
@@ -283,7 +283,7 @@ class AlbumController extends Controller
|
|
|
if (Auth::loginUsingId($check->id)) {
|
|
|
$userAuth = Auth::user();
|
|
|
if($check->is_dealer ==0){
|
|
|
- $save['up_agent_id'] = $request->input('agent_id');
|
|
|
+ $save['up_agent_id'] = $request->input('agent_id');dd($request->input('agent_id'));
|
|
|
$add_record['agent_id'] = $request->input('agent_id');
|
|
|
$add_record['open_id'] = $check->wechat_open_id;
|
|
|
$add_record['action'] = 4;
|