zoukankan      html  css  js  c++  java
  • E签宝签署短信后回调通知数据结构示例

    1.核心企业验证E签宝签署短信后回调通知数据:
    {
        "accountId":"19099e9734654f3d87c50fdc15a8be8c",
        "action":"SIGN_FLOW_UPDATE",
        "authorizedAccountId":"5e39cab7088f4d668acc269d9ae44383",
        "flowId":"ea6fe06b30564e5a958f0e3593de2059",
        "order":1,
        "resultDescription":"签署完成",
        "signResult":2,
        "signTime":"2021-06-15 11:37:44",
        "thirdPartyUserId":"15811130001",
        "timestamp":1623728264528
    }
    
    
    2.资金方验证E签宝签署短信后回调通知数据:
    {
        "accountId":"d71e3e5540d64642ad9d298434faebf8",
        "action":"SIGN_FLOW_UPDATE",
        "authorizedAccountId":"5f1d21c69ad642ab81ab2b579e4e9616",
        "flowId":"ea6fe06b30564e5a958f0e3593de2059",
        "order":1,
        "resultDescription":"签署完成",
        "signResult":2,
        "signTime":"2021-06-15 11:43:13",
        "thirdPartyUserId":"15811130002",
        "timestamp":1623728593253
    }
    
    
    3.供应商验证E签宝签署短信后回调通知数据:
    {
        "accountId":"b65a6c75980e4d26bef3fe82130e87ee",
        "action":"SIGN_FLOW_UPDATE",
        "authorizedAccountId":"308eb731a8694b6cb8dd517b60040ea1",
        "flowId":"ea6fe06b30564e5a958f0e3593de2059",
        "order":1,
        "resultDescription":"签署完成",
        "signResult":2,
        "signTime":"2021-06-15 11:46:30",
        "thirdPartyUserId":"15811130003",
        "timestamp":1623728790403
    }
  • 相关阅读:
    js实现截图并下载到本地
    div里面的文本内容居中显示
    div里面的p标签内容上下垂直居中
    《将博客搬至CSDN》
    RobotFramework 用例出错后继续操作
    selenium+log4j+eclipse相关问题及解决方案
    linux 安装maven
    LINUX下查看系统参数的常见命令
    Linux常用命令使用
    grep 命令
  • 原文地址:https://www.cnblogs.com/jun1019/p/14887981.html
Copyright © 2011-2022 走看看