Commit c0482420 authored by xianyang's avatar xianyang

修改打款金额类型int>float

parent 9a46983e
...@@ -87,7 +87,7 @@ class PaymentWithdrawalList(BaseModel): ...@@ -87,7 +87,7 @@ class PaymentWithdrawalList(BaseModel):
class PaymentAdd(BaseModel): class PaymentAdd(BaseModel):
uuid: str uuid: str
money: int money: float
cont: str cont: str
url: str url: str
......
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