neta0202
This commit is contained in:
@@ -16,11 +16,11 @@ class Welcome extends CI_Controller {
|
||||
//测试地址
|
||||
//$url = 'https://salespp-sit.hozonauto.com/appservice/app/if/salesclue/createSalesclue';
|
||||
|
||||
$name = '唐总'; //客户姓名
|
||||
$mobile = '13085816967';//客户手机
|
||||
$name = '不倒翁零食铺'; //客户姓名
|
||||
$mobile = '18960882090';//客户手机
|
||||
|
||||
$comments = '100647'; //门店编码
|
||||
$samobile = '18923392948';//销售手机
|
||||
$comments = '100958'; //门店编码
|
||||
$samobile = '17758949069';//销售手机
|
||||
|
||||
$city_id = '350200';
|
||||
$voId = $city_id . date('mdHis') . sprintf("%06d", rand(1,999999));
|
||||
@@ -34,7 +34,7 @@ class Welcome extends CI_Controller {
|
||||
'mobile' => $mobile,
|
||||
'saMobile' => $samobile,
|
||||
'cusType' => '30111001',
|
||||
'remark' => "",
|
||||
'remark' => "加微信",
|
||||
'intentModel' => "哪吒V",
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user