谁一开始就是大神?

请教个事,yiirestful接口提供的四个方法get,delete,put[2.0]

在postman插件中使用是正常的,但是使用post创建新的用户的时候传参数一直为空,查看了数据库插入了一条数据,不过数据的用户名和密码为空,更新时间什么的就不为空,再次执行就报错了,请问什么原因
代码是这样的:

<?php
/**
 * Created by PhpStorm.
 * Date: 11/13/15
 * Time: 5:25 PM
 */

namespace api\controllers;


use yii\rest\ActiveController;

class UserController extends ActiveController
{
    public $modelClass = 'common\models\User';

}

Body
x-www-form-urlencoded

赞(0) 打赏
未经允许不得转载:菜鸟之家 » 请教个事,yiirestful接口提供的四个方法get,delete,put[2.0]

评论 抢沙发

登录

找回密码

注册