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