├── php-api/ # 改造后的PHP接口层 ├── java-ad-service/ # 若依框架微服务(广告+VIP+分账) ├── uniapp-reader/ # UniApp前端项目 │ ├── pages/ # 各端页面 │ └──
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

application.yml 489B

1234567891011121314151617181920212223242526
  1. # 广告平台配置
  2. ad:
  3. tencent:
  4. url: https://ad.tencent.com/track
  5. pangle:
  6. url: https://ad.pangle.com/api/v1/event
  7. # DeepSeek API配置
  8. deepseek:
  9. api:
  10. key: your_deepseek_api_key
  11. url: https://api.deepseek.com/v1/story/generate
  12. # PHP系统配置
  13. php:
  14. notify:
  15. url: http://php-system.com/api/vote/notify
  16. data:
  17. url: http://php-system.com/api/data
  18. # 分账规则
  19. royalty:
  20. rate: 0.15 # 15%分成比例
  21. handling:
  22. fee:
  23. rate: 0.05 # 5%提现手续费