1234567891011121314151617181920 |
- # ?? 1 ??
- wx.cp.corps.tenantId1.corp-id = @corp-id
- wx.cp.corps.tenantId1.corp-secret = @corp-secret
- ## ??
- wx.cp.corps.tenantId1.agent-id = @agent-id
- wx.cp.corps.tenantId1.token = @token
- wx.cp.corps.tenantId1.aes-key = @aes-key
- wx.cp.corps.tenantId1.msg-audit-priKey = @msg-audit-priKey
- wx.cp.corps.tenantId1.msg-audit-lib-path = @msg-audit-lib-path
- # ?? 2 ??
- wx.cp.corps.tenantId2.corp-id = @corp-id
- wx.cp.corps.tenantId2.corp-secret = @corp-secret
- ## ??
- wx.cp.corps.tenantId2.agent-id = @agent-id
- wx.cp.corps.tenantId2.token = @token
- wx.cp.corps.tenantId2.aes-key = @aes-key
- wx.cp.corps.tenantId2.msg-audit-priKey = @msg-audit-priKey
- wx.cp.corps.tenantId2.msg-audit-lib-path = @msg-audit-lib-path
|