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