美文网首页
2018-11-30jmeter接口

2018-11-30jmeter接口

作者: 雁_9587 | 来源:发表于2018-11-30 18:10 被阅读0次

    接口规范

    json数据:值

    xml转json.png

    JSON

    image.png

    XML

    image.png
    • 客户表
      SELECT * FROM t_cst_customer where phone='18717800646';
    • 用户表
      SELECT * FROM t_user_userwhere cst_id=15;
    • 账户表
      SELECT * FROM t_cst_accountwhere cst_id=15;
    • 现金账本
      SELECT * FROM t_acc_cash_bookwhere account_id=2;
    • 现金账本流水
      SELECT * FROM t_acc_cash_book_log where book_id=2;

    相关文章

      网友评论

          本文标题:2018-11-30jmeter接口

          本文链接:https://www.haomeiwen.com/subject/acghcqtx.html