Compare commits

..

No commits in common. "76b7eb82d68156df3038279b4263432340eae9da" and "0db474a49a2ef4cc922f9ebda4afdc72bd37b8fb" have entirely different histories.

View File

@ -449,7 +449,7 @@ async def get_baidu_orderlist(ns={}):
# 获取余额
user_balance = await getCustomerBalance(sor, orgid[0]['id'])
# 判断余额是否大于50
if user_balance < 500:
if user_balance < 5000000:
await sor.rollback()
paydata = {'queryAccountId': baidu_users[0]['baidu_id'], 'orderIds': [ns.get('order_id')]}
ns_format = '&'.join(['%s=%s' % (k, v) for k, v in ns.items()])