- 京东售后单填充所有信息

This commit is contained in:
gazebo
2019-05-09 20:35:51 +08:00
parent a7efe36705
commit 9d2a8f2ffc
5 changed files with 80 additions and 3 deletions

View File

@@ -55,6 +55,9 @@ func InitServiceInfo(version string, buildTime time.Time, gitCommit string) {
"shopChineseNames": model.ShopChineseNames,
"printerVendorInfo": model.PrinterVendorInfo,
"purchaseVendorInfo": model.PurchaseVendorInfo,
"afsReasonTypeName": model.AfsReasonTypeName,
"afsAppealTypeName": model.AfsAppealTypeName,
"afsOrderStatusName": model.AfsOrderStatusName,
},
}
Init()