...
|
...
|
@@ -331,7 +331,9 @@ class Client extends Base |
|
|
$w['coupon_type'] = 1;
|
|
|
$w['type'] = $param['type'];
|
|
|
$data = Db::name('verification_receive')->where($w)->paginate(10);
|
|
|
|
|
|
foreach($data as $k=>&$v){
|
|
|
$v['qr_code'] = !empty($v['qr_code'])?request()->domain().$v['qr_code']:'';
|
|
|
}
|
|
|
return $this->success('',$data);
|
|
|
}
|
|
|
|
...
|
...
|
|