Compare commits

..

No commits in common. "b8258c611f98b8d45072f7b581fa8b1388b19705" and "384d67f56d0375319c2524f2d10edbb564c8b97d" have entirely different histories.

View File

@ -334,7 +334,7 @@ func RestartSignature(c *gin.Context) {
} }
order := records.OrderRecord order := records.OrderRecord
expirationTime, err := time.Parse("2006-01-02", order.ExpirationTime) expirationTime, err := time.Parse("2006-01-02 15:04:05", order.ExpirationTime)
if err != nil { if err != nil {
service.Error(c, errors.New("获取订单过期日期错误")) service.Error(c, errors.New("获取订单过期日期错误"))
return return