|
@@ -52,6 +52,7 @@ public class EsignPersonReaLnVerifyServiceImpl implements IEsignPersonRealnVerif
|
|
|
private static JSONObject buildOneStepFlowParam(String accountId, String receiveUrlMobileNo, ContextInfo contextInfo, ConfigParams configParams) {
|
|
|
JSONObject json = new JSONObject();
|
|
|
json.put("accountId", accountId);
|
|
|
+ json.put("authType", "PSN_TELECOM_AUTHCODE");
|
|
|
json.put("contextInfo", contextInfo);
|
|
|
json.put("configParams", configParams);
|
|
|
return json;
|