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