<script type="text/javascript" charset="utf-8">
mui.init();
mui.ajax(__test_api_url+'/Tbk/getFavoritesList', {
data:{
'token':__tbk_token,
'page':1,
},
dataType: 'json',
type: 'post',
async: false,
headers: {'Content-Type': 'application/json'},
success: function (jsondata) {
console.log(jsondata);
},
});

</script>

传参为json格式

缺少charset="utf-8" 的话传参为字符串格式

posted on 2019-01-16 14:11  baraka  阅读(433)  评论(0编辑  收藏  举报