main #34

Merged
charles merged 191 commits from main into prod 2025-11-19 16:18:39 +08:00
Showing only changes of commit 28e005c17e - Show all commits

View File

@ -277,7 +277,7 @@ async def baidu_confirm_refund_order(ns={}):
} }
return { return {
'status': False, 'status': False,
'msg': '百度云退款成功,本机构给客户退款出错!' 'msg': '百度云退款成功,本机构给客户退款出错!, %s' % str(local_refund_status)
} }
async def get_order_list_base_page(baidu_id, pageNo=1, pageSize=500): async def get_order_list_base_page(baidu_id, pageNo=1, pageSize=500):