12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?php
- return [
- 'create'=>[
- 'name'=>'创建用户',
- "msg"=>"%s 创建用户【%s】",
- "resplace"=>['nickname'],
- ],
- 'save'=>[
- 'name'=>'编辑用户',
- "msg"=>"%s 编辑用户ID",
- "resplace"=>['id'],
- ],
- 'userlist'=>[
- 'name'=>'用户列表',
- "msg"=>"%s 用户列表",
- "resplace"=>[],
- ],
- 'userinfo'=>[
- 'name'=>'获取用户信息',
- "msg"=>"%s 获取用户信息",
- "resplace"=>[],
- ],
- 'getuserquerybycondition'=>[
- 'name'=>'条件获取匹配用户信息',
- "msg"=>"%s 条件获取匹配用户信息",
- "resplace"=>[],
- ],
- 'userchange'=>[
- 'name'=>'用户修改字段',
- "msg"=>"%s 用户修改字段ID【%s】",
- "resplace"=>['id'],
- ],
- 'Auth'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- 'GetBusinessInfoByParam'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- ];
|