|
|
|
|
434
|
return self::returnValue([],2000);
|
434
|
return self::returnValue([],2000);
|
435
|
}
|
435
|
}
|
436
|
|
436
|
|
437
|
- $result = DB::table('customers')->select('name', 'receiverState', 'receiverCity', 'receiverDistrict', 'receiverAddress', 'fanTime')->where('phone', $phone)->first();
|
|
|
|
|
437
|
+ $result = DB::table('customers')->select('name', 'receiverState', 'receiverCity', 'receiverDistrict', 'receiverAddress', 'fanTime', 'buyerMobile', 'buyerName')->where('phone', $phone)->first();
|
438
|
$result = json_decode(json_encode($result), true);
|
438
|
$result = json_decode(json_encode($result), true);
|
439
|
return self::returnValue(['data'=>$result]);
|
439
|
return self::returnValue(['data'=>$result]);
|
440
|
}
|
440
|
}
|