|
@@ -504,6 +504,8 @@ class Wechat
|
|
|
$temp = explode('#', $url);
|
|
|
$url = $temp[0];
|
|
|
}
|
|
|
+
|
|
|
+ $url = 'http://learn.uat.churenyiliao.com/hexiao/#/pages/activities/detail/detail?id=1';
|
|
|
$timestamp = time();
|
|
|
$noncestr = $this->nonce();
|
|
|
$signature = $this->signature($ticket, $url, $timestamp, $noncestr);
|