config.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. server:
  2. address: ":4040"
  3. dumpRouterMap: false # 是否在Server启动时打印所有的路由列表。默认为true
  4. graceful: true # 是否开启平滑重启特性,开启时将会在本地增加10000的本地TCP端口用于进程间通信。默认false
  5. gracefulTimeout: 10 # 平滑重启父进程最大存活时间。默认2秒
  6. reqDebug: true # 是否打印接口调用日志
  7. logger:
  8. level: "all"
  9. stdout: true
  10. #发票三方系统配置
  11. # 测试
  12. tripartite:
  13. service: http://tongyutec.com.cn:18008
  14. clientId: e05e103340b4e0c5
  15. clientSecret: 1e805800c5eacd3e4ae835ab465a74c7
  16. #正式:
  17. #tripartite:
  18. # service: https://api.tongyutec.com.cn
  19. # clientId: e061913340b7f236
  20. # clientSecret: 048d69910897525f0e0e2855b3b0e94e
  21. # 发票三方系统配置-接口回调
  22. callBack:
  23. #flush: true #是否同步回调地址 默认false
  24. action: "https://wky.jydev.jianyu360.com/Invoice/callback"
  25. # 公司税务发表系统账户
  26. company:
  27. name: "北京剑鱼信息技术有限公司"
  28. taxNum: "91110105MA020L9F6R"
  29. tel: "13733157437"
  30. password: "13733157437Ph"
  31. # 登录相关配置
  32. loginType: 0 # 税务系统登录方式【0 短信登录 1 扫码登录】
  33. qwxRobotUrl: "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=e7792e7a-159d-4419-b1ed-27ea19b6ea54" #扫码登录企业微信消息机器人接口