初步版本修正

This commit is contained in:
hoteas
2022-05-05 00:29:30 +08:00
parent ce8059b0a0
commit f0d4efd8fc
20 changed files with 511 additions and 52 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ var OrderCtr = Ctr{
err := auth(that, phone, companyName)
if err != nil {
that.Display(3, err)
that.Display(3, err.Error())
return
}