accountitem.php 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. return [
  3. 'setitem'=>[
  4. 'name'=>'设置用户部门',
  5. "msg"=>"%s 设置用户部门",
  6. "resplace"=>[],
  7. ],
  8. 'resetitem'=>[
  9. 'name'=>'解除用户部门',
  10. "msg"=>"%s 解除用户部门ID【%s】",
  11. "resplace"=>['account_id'],
  12. ],
  13. 'list'=>[
  14. 'name'=>'部门列表',
  15. "msg"=>"%s 部门列表",
  16. "resplace"=>[],
  17. ],
  18. 'getitem'=>[
  19. 'name'=>'获取用户部门信息',
  20. "msg"=>"%s 获取用户部门信息ID【%s】",
  21. "resplace"=>['account_id'],
  22. ],
  23. 'Auth'=>[
  24. 'name'=>'',
  25. "msg"=>"",
  26. "resplace"=>[],
  27. ],
  28. 'GetBusinessInfoByParam'=>[
  29. 'name'=>'',
  30. "msg"=>"",
  31. "resplace"=>[],
  32. ],
  33. ];