Compare commits
2 Commits
384d67f56d
...
b8258c611f
| Author | SHA1 | Date | |
|---|---|---|---|
| b8258c611f | |||
| 07eb527d99 |
@ -334,7 +334,7 @@ func RestartSignature(c *gin.Context) {
|
||||
}
|
||||
|
||||
order := records.OrderRecord
|
||||
expirationTime, err := time.Parse("2006-01-02 15:04:05", order.ExpirationTime)
|
||||
expirationTime, err := time.Parse("2006-01-02", order.ExpirationTime)
|
||||
if err != nil {
|
||||
service.Error(c, errors.New("获取订单过期日期错误"))
|
||||
return
|
||||
|
||||
Loading…
Reference in New Issue
Block a user