Commit c9b8b110 authored by RobertDing's avatar RobertDing

FIX - 更改借款类型

parent 2d546897
......@@ -74,7 +74,7 @@ class CreateLoad(RunHelper):
def __init__(self):
self.params = {
'uid': settings.UID,
'type': 123,
'type': 121,
'applyTime': int(datetime.datetime.now().timestamp()),
'amount': 10000,
'periodType': 30,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment