|
|
@@ -2,7 +2,7 @@
|
|
|
<script src="http://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
|
|
|
<script>
|
|
|
var code = encodeURIComponent('#main/index?account=12358');
|
|
|
- window.location='<?= $host ?>/auth/prepare?suffixUrl=code&authScope=snsapi_base&account=12358';
|
|
|
+ window.location='<?= $host ?>/auth/prepare?suffixUrl='+code+'&authScope=snsapi_base&account=12358';
|
|
|
|
|
|
/*
|
|
|
function StandardPost(url,args){
|