Commit 08746d2b by 王昆

gsb

parent 42195a65
//
// 北京歌马科技有限公司方案
//
// 使用签必果进行,三要素认证和静默签
//
//
// 前期数据准备
// 1. 创建企业账户和个人账户
//
// 2. 创建签约模板
//
// 3. 创建企业印章
//
//
//
//
// 接口
// 静默签约
// 先检查c_econtract中是否存在已签约记录(通过etemplate_id、身份证查询、eflowStatus='2'进行查询),存在直接返回成功,不存在去签必果api进行静默签
//
// 1. 个人三要素验证 - 签必果
//
// 2. 创建个人账户 - 签必果
//
// 3. p_user和p_user_eaccount逻辑
//
// 4. 静默签 - 签必果,签约成功后记录保存到c_econtract
//
// 按身份证查询签约
// 1. 查c_econtract和p_user_eaccount,返回签约结果
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment