Commit aaf54dbc authored by zhoujun's avatar zhoujun

测试

parent 811d28c5
......@@ -32,7 +32,7 @@ class WxController extends Controller
{
$jsapiTicket = $this->getJsApiTicket();
if(!$jsapiTicket) $this->jsonReturn(10070, '获取分享参数失败');
$url = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
$url = $request->input('url');
$timestamp = time();
$nonceStr = $this->createNonceStr();
$string = 'jsapi_ticket='.$jsapiTicket.'&noncestr='.$nonceStr.'&timestamp='.$timestamp.'&url='.$url;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment