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.
		
		
		
		
		
			
		
			
				
					
					
						
							30 lines
						
					
					
						
							1.0 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							30 lines
						
					
					
						
							1.0 KiB
						
					
					
				
								package com.epmet.constant;
							 | 
						|
								
							 | 
						|
								/**
							 | 
						|
								 * @author zhaoqifeng
							 | 
						|
								 * @dscription
							 | 
						|
								 * @date 2020/7/30 10:46
							 | 
						|
								 */
							 | 
						|
								public interface ThirdApiConstant {
							 | 
						|
									/**
							 | 
						|
									 * 根据openId新增或更新用户信息
							 | 
						|
									 */
							 | 
						|
									String THIRD_PAUSER_SAVEUSER = "https://epmet-cloud.elinkservice.cn/api/third/pauser/saveuser";
							 | 
						|
									/**
							 | 
						|
									 * 根据手机号查询公众号用户基本信息,校验用户是否存在
							 | 
						|
									 */
							 | 
						|
									String THIRD_PAUSER_CHECKPAUSER = "https://epmet-cloud.elinkservice.cn/api/third/pauser/checkpauser";
							 | 
						|
									/**
							 | 
						|
									 * 用户登陆,新增访问记录数据
							 | 
						|
									 */
							 | 
						|
									String THIRD_PAUSERVISITED_SAVEUSERVISITED = "https://epmet-cloud.elinkservice.cn/api/third/pauservisited/saveuservisited";
							 | 
						|
									/**
							 | 
						|
									 * 根据客户Id查询各项注册信息
							 | 
						|
									 */
							 | 
						|
									String THIRD_PACUSTOMER_GETCUSTOMERAGENCYUSER = "https://epmet-cloud.elinkservice.cn/api/third/pacustomer/getcustomeragencyuser/";
							 | 
						|
									/**
							 | 
						|
									 * 修改客户数据状态为已完成初始化
							 | 
						|
									 */
							 | 
						|
									String THIRD_PACUSTOMER_UPDATECUSTOMER = "https://epmet-cloud.elinkservice.cn/api/third/pacustomer/updatecustomer/";
							 | 
						|
								
							 | 
						|
								}
							 | 
						|
								
							 |