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
    }
  • 相关阅读:
    第5章 继承
    第4章 对象和类
    第3章 java的基本程序设计结构
    Java读写properties格式配置文件
    Net学习日记_三层_2
    Net学习日记_三层_1_登录页面总结篇_残缺版
    Net学习日记_三层_1
    Net学习日记_SQL进阶_2
    Net学习日记_SQL进阶_1
    Net学习日记_ADO.Net_3_案例
  • 原文地址:https://www.cnblogs.com/jun1019/p/14887981.html
Copyright © 2011-2022 走看看