初始提交

This commit is contained in:
jefferyzhao
2025-07-30 18:43:53 +08:00
parent b23e3137f0
commit b5128aded8
27 changed files with 2192 additions and 0 deletions

11
test.py Normal file
View File

@ -0,0 +1,11 @@
from utils import *
add_payment({'pay_amount': 0, 'id': '110111197902123838', 'fs': 'J315车队', 'jg': '金建', 'name': '任晓勇', 'fsfz': 1776480, 'shfid': 'J253102123838', 'hphm': '京BDB3905',"pay_type": "微信支付","transaction_id": "1345testtest", 'paymentdetails': []}, 1)
# data = query_pay_details('420620197904022519')
# for item in data:
# if item == "amount":
# continue
# for detail in data[item]['data']:
# if 'month1' in detail:
# detail['yuefen'] = detail.pop('month1')
# print(data)