We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit c4cedd2Copy full SHA for c4cedd2
get_token.php
@@ -0,0 +1,5 @@
1
+<?php
2
+require("wechat.class.php");
3
+$wechat = new redWechat();
4
+$wechat->save_token($appid,$secert);
5
+ ?>
0 commit comments