add-api-white_list
This commit is contained in:
@@ -74,7 +74,7 @@ class Contract extends Wxapp{
|
||||
@unlink(FCPATH.$contract['file']);
|
||||
$save_path = 'data/contracts/'.date('Ymd');
|
||||
$filename = $contract['cid'].'.pdf';
|
||||
$c_res = $this->pdf->html2pdf($h5_url,FCPATH.$save_path,$filename);
|
||||
$c_res = $this->pdf->html2pdf($pdf2img_url,FCPATH.$save_path,$filename);
|
||||
$update = [
|
||||
'file' => $save_path.'/'.$filename,
|
||||
'c_time' => time()
|
||||
|
||||
@@ -247,8 +247,8 @@ class Protocol extends CI_Controller{
|
||||
if($diff_car){
|
||||
$brand = $this->auto_brand_model->get(['id'=>$row['brand_id']],'name');
|
||||
$series = $this->auto_series_model->get(['id'=>$row['s_id']],'name');
|
||||
$old_brand = $this->auto_brand_model->get(['id'=>$row['brand_id']],'name');
|
||||
$old_series = $this->auto_series_model->get(['id'=>$row['s_id']],'name');
|
||||
$old_brand = $this->auto_brand_model->get(['id'=>$opt_row['brand_id']],'name');
|
||||
$old_series = $this->auto_series_model->get(['id'=>$opt_row['s_id']],'name');
|
||||
$attr_arr = [
|
||||
$row['v_id'],$row['cor_id'],$row['incor_id'],$opt_row['v_id'],$opt_row['cor_id'],$opt_row['incor_id']
|
||||
];
|
||||
|
||||
@@ -33,7 +33,7 @@ class User extends Wxapp
|
||||
*/
|
||||
protected function get_ukey()
|
||||
{
|
||||
$mobile_white = ['15359333655', '18050017004', '18350451617'];
|
||||
$mobile_white = ['15359333655', '18050017004', '18350451617','13860199666'];
|
||||
$code = $this->input_param('code');
|
||||
$mobile = $this->input_param('mobile');
|
||||
$sms_code = $this->input_param('sms_code');
|
||||
|
||||
Reference in New Issue
Block a user