feat: order payment function is ready

This commit is contained in:
RockYang
2023-11-08 17:48:07 +08:00
parent e221b1eed4
commit 2ebff2623f
11 changed files with 118 additions and 11 deletions

View File

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