作者 王晓刚
1 个管道 的构建 通过 耗费 0 秒

代理人注册

... ... @@ -426,7 +426,7 @@ class FormController extends WeChatBaseController
'keyword4'=>date('Y-m-d',$collocation['take_time'])."至".date('Y-m-d',$collocation['expire_time']),
'remark'=>"立即查看保单详情",
);
$url = url('me_guarantee/guarantee_info',array('id'=>$result2),'');
$url = url('me_guarantee/guarantee_info',array('id'=>$result2),'',true);
$user1 = Db::name('third_party_user')->where('user_id',$collocation['user_id'])->find();
$this->template($templateId,$data2,$url,$user1['openid']);
}
... ... @@ -437,7 +437,7 @@ class FormController extends WeChatBaseController
return json_encode($arr);
}
public function demo(){
echo url('me_guarantee/guarantee_info',array('id'=>173),'','');
echo url('me_guarantee/guarantee_info',array('id'=>173),'',true);
}
//创建续费订单
public function create_order_renew(){
... ...