临时关闭令牌验证

临时关闭令牌验证

token方法可用于临时关闭令牌验证,例如:

  1. $model->token(false)->create();

即可在提交表单的时候临时关闭令牌验证(即使开启了TOKEN_ON参数)。

大理石构件

 
05-11 22:10