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