接口规范
json数据:值
xml转json.png
JSON
image.png
XML
image.png
- 客户表
SELECT * FROM t_cst_customer where phone='18717800646'; - 用户表
SELECT * FROMt_user_user
where cst_id=15; - 账户表
SELECT * FROMt_cst_account
where cst_id=15; - 现金账本
SELECT * FROMt_acc_cash_book
where account_id=2; - 现金账本流水
SELECT * FROMt_acc_cash_book_log
where book_id=2;