心理咨询网
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1234567891011121314151617
  1. {
  2. "name": "baidu-smartapp/openapi",
  3. "type": "library",
  4. "license": "MIT",
  5. "autoload": {
  6. "psr-4": {
  7. "BaiduSmartapp\\OpenapiClient\\": "src/"
  8. }
  9. },
  10. "authors": [
  11. {
  12. "name": "baidu",
  13. "email": "msfruit@hotmail.com"
  14. }
  15. ],
  16. "require": {}
  17. }