每天努力一点点,坚持下去 ------ 博客首页
摘要: 代码: def create_re_pay(num): for i in range(num): GovernmentApiClient().re_pay() create_re_pay(3) 结果: {'code': 200, 'msg': '处理成功', 'time': 166183978156 阅读全文
posted @ 2022-08-30 14:17 他还在坚持嘛 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 代码如下: 1 class GovernmentApiClient: 2 3 def refund(self): 4 print('123456') 5 '''退款返销''' 6 body = { 7 "thirdOrderNo": "5rd20220829173058", 8 "flowNo": 阅读全文
posted @ 2022-08-30 09:19 他还在坚持嘛 阅读(33) 评论(0) 推荐(0) 编辑