123456789101112131415161718192021222324252627282930313233 |
- <?php
- return [
- 'setitem'=>[
- 'name'=>'设置用户部门',
- "msg"=>"%s 设置用户部门",
- "resplace"=>[],
- ],
- 'resetitem'=>[
- 'name'=>'解除用户部门',
- "msg"=>"%s 解除用户部门ID【%s】",
- "resplace"=>['account_id'],
- ],
- 'list'=>[
- 'name'=>'部门列表',
- "msg"=>"%s 部门列表",
- "resplace"=>[],
- ],
- 'getitem'=>[
- 'name'=>'获取用户部门信息',
- "msg"=>"%s 获取用户部门信息ID【%s】",
- "resplace"=>['account_id'],
- ],
- 'Auth'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- 'GetBusinessInfoByParam'=>[
- 'name'=>'',
- "msg"=>"",
- "resplace"=>[],
- ],
- ];
|