|  | @@ -39,6 +39,8 @@ wx:
 | 
	
		
			
				|  |  |      configs:
 | 
	
		
			
				|  |  |        - appId: wxce847c8ebe5e62aa # 第一个公众号的appid  //公众号名称:济南联智健康
 | 
	
		
			
				|  |  |          secret: 37f7c5e3b7ff07794343957f7ced8de4 # 公众号的appsecret--济南联智健康
 | 
	
		
			
				|  |  | +#      - appId: wxd6905bed94e45ef0 # 第一个公众号的appid  //公众号名称:济南联智健康
 | 
	
		
			
				|  |  | +#        secret: c1a042a55bac24033535da50ce8ab6a2 # 公众号的appsecret--济南联智健康
 | 
	
		
			
				|  |  |          token: PPKOdAlCoMO # 接口配置里的Token值
 | 
	
		
			
				|  |  |          aesKey: Eswa6VjwtVMCcw03qZy6fWllgrv5aytIA1SZPEU0kU2 # 接口配置里的EncodingAESKey值
 | 
	
		
			
				|  |  |  aifabu:  #爱链接
 | 
	
	
		
			
				|  | @@ -57,6 +59,12 @@ watch:
 | 
	
		
			
				|  |  |  fs :
 | 
	
		
			
				|  |  |    commonApi: http://127.0.0.1:7771
 | 
	
		
			
				|  |  |    h5CommonApi: http://127.0.0.1:7771
 | 
	
		
			
				|  |  | +  jwt:
 | 
	
		
			
				|  |  | +    # 加密秘钥
 | 
	
		
			
				|  |  | +    secret: 3e6d9c0b4a7f1e2d5c4e0d3c6b9a2f5e
 | 
	
		
			
				|  |  | +    # token有效时长,7天,单位秒
 | 
	
		
			
				|  |  | +    expire: 31536000
 | 
	
		
			
				|  |  | +    header: AppToken
 | 
	
		
			
				|  |  |  nuonuo:
 | 
	
		
			
				|  |  |    key: 10924508
 | 
	
		
			
				|  |  |    secret: A2EB20764D304D16
 |