login.php 481 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'loginin'=>[
  4. 'name'=>'登录',
  5. "msg"=>"%s 登录【%s】",
  6. "resplace"=>['username'],
  7. ],
  8. 'Auth'=>[
  9. 'name'=>'',
  10. "msg"=>"",
  11. "resplace"=>[],
  12. ],
  13. 'GetBusinessInfoByParam'=>[
  14. 'name'=>'',
  15. "msg"=>"",
  16. "resplace"=>[],
  17. ],
  18. ];