rabin 3 年之前
父节点
当前提交
148568f31b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      lib/Wechat.php

+ 2 - 0
lib/Wechat.php

@@ -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);