标签: json web-services rest moodle
我想为moodle webservices使用json格式 我已经配置了REST协议 站点管理/►插件/►Web服务/►管理协议
但是当我从浏览器尝试此调用时 http://localhost/moodle/webservice/rest/server.php?wsfunction=core_enrol_get_users_courses&wstoken=a6e17971d60ddcd8f7ea648a605cebb8&userid=4
答案是XML格式,而不是JSON格式。 我需要做什么来设置JSON格式?
谢谢
答案 0 :(得分:1)
我自己在http请求结束时使用moodlewsrestformat = json解决了
http://localhost/moodle/webservice/rest/server.php?wsfunction=core_enrol_get_users_courses&wstoken=a6e17971d60ddcd8f7ea648a605cebb8&userid=4&moodlewsrestformat=json