In Yii 2, when processing a RESTful API request, the new response format is supported: text/html, and only the HTML format is supported
浏览量: 6 1. Open the URL in the browser: http://api.channel-pub-api.localhost/qq/v1/OA uth2/authorize?group_id=015ce30b116ce86058fa6ab4fea4ac63 , which responds to the XML format, because RESTful APIs support both JSON and XML formats. But HTML format is not supported. as...
Recent Comments