- jd store_sku api added.

This commit is contained in:
gazebo
2018-09-05 16:18:31 +08:00
parent 56a65fcd7e
commit 1291caaa71
6 changed files with 250 additions and 2 deletions

View File

@@ -336,7 +336,7 @@ func forceInnerCode2Str(innerCode interface{}) string {
if innerCodeStr, ok := innerCode.(string); ok {
return innerCodeStr
}
return utils.Int64ToStr(utils.Interface2Int64WithDefault(innerCode, 0))
return fmt.Sprintf("%v", innerCode)
}
func getErrMsgFromData(data map[string]interface{}) string {