Переглянути джерело

更新IAS相关功能

master
梁超 1 місяць тому
джерело
коміт
b0155d21f1

+ 0
- 3
zhywpt-service-ias/src/main/java/cn/com/taiji/ias/manager/portal/AbstractLoginManager.java Переглянути файл

@@ -10,9 +10,6 @@ import org.springframework.beans.factory.annotation.Autowired;

public abstract class AbstractLoginManager extends RedisCacheManager {

protected final static String commonServiceHallId = "5201010600400000000";// 普通用户的专属网点编号
protected final static String commonStaffId = "003d875dabaa4390b22739f6897cf570";

@Autowired
private StaffRepo staffRepo;


+ 2
- 1
zhywpt-service-ias/src/main/java/cn/com/taiji/ias/manager/portal/RegisterManager.java Переглянути файл

@@ -4,6 +4,7 @@ import cn.com.taiji.common.manager.net.http.ServiceHandleException;
import cn.com.taiji.core.entity.dict.basic.UserType;
import cn.com.taiji.core.entity.user.AccountInfo;
import cn.com.taiji.core.manager.cache.RedisKeyGenerator;
import cn.com.taiji.core.manager.tools.SystemFinals;
import cn.com.taiji.core.model.comm.protocol.ias.portal.RegisterRequest;
import cn.com.taiji.core.model.comm.protocol.ias.portal.RegisterResponse;
import cn.com.taiji.core.model.comm.protocol.valid.GlyServiceError;
@@ -40,7 +41,7 @@ public class RegisterManager extends AbstractLoginManager {

private AccountInfo handle(RegisterRequest request) {
AccountInfo accountInfo = new AccountInfo();
accountInfo.setAppId("52030131");
accountInfo.setAppId(SystemFinals.appId);
accountInfo.setLoginPass(request.getLoginPass());
accountInfo.setMobile(request.getMobile());
accountInfo.setAccount(request.getMobile());

Завантаження…
Відмінити
Зберегти