...
|
...
|
@@ -437,7 +437,7 @@ class FormController extends WeChatBaseController |
|
|
return json_encode($arr);
|
|
|
}
|
|
|
public function demo(){
|
|
|
echo cmf_url('me_guarantee/guarantee_info',array('id'=>173),'','');
|
|
|
echo url('me_guarantee/guarantee_info',array('id'=>173),'','');
|
|
|
}
|
|
|
//创建续费订单
|
|
|
public function create_order_renew(){
|
...
|
...
|
|