add geek payment

This commit is contained in:
RockYang
2024-09-18 07:03:46 +08:00
parent 3cff6f7189
commit 59d9ae96ac
19 changed files with 355 additions and 391 deletions

View File

@@ -16,5 +16,6 @@ type Order struct {
Status types.OrderStatus `json:"status"`
PayTime int64 `json:"pay_time"`
PayWay string `json:"pay_way"`
PayType string `json:"pay_type"`
Remark types.OrderRemark `json:"remark"`
}