moodle:如何将网络服务消息从 xml 更改为 json

moodle: how to change webservice message from xml to json

我想为 Moodle 网络服务使用 json 格式 我已经配置了 REST 协议 站点管理 / ► 插件 / ► Web 服务 / ► 管理协议

但是当我从浏览器尝试这个调用时 http://localhost/moodle/webservice/rest/server.php?wsfunction=core_enrol_get_users_courses&wstoken=a6e17971d60ddcd8f7ea648a605cebb8&userid=4

答案是 XML 格式,而不是 JSON 格式。 我需要做什么来设置 JSON 格式?

谢谢

我在http请求的最后使用mooodlewsrestformat=json自己解决了

http://localhost/moodle/webservice/rest/server.php?wsfunction=core_enrol_get_users_courses&wstoken=a6e17971d60ddcd8f7ea648a605cebb8&userid=4&moodlewsrestformat=json