Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 postman 为 android 应用程序构建 restful api,但在 postman 中只有 get方法 有效\Yii::$app->request->get();
但是如果将其更改为发布方法并尝试在正文中发送参数,则它不起作用 $atts = \Yii::$app->request->post();
任何帮助表示赞赏。