lrf 2 tahun lalu
induk
melakukan
5c0ff8d011
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      config/config.default.js

+ 3 - 1
config/config.default.js

@@ -84,7 +84,9 @@ module.exports = appInfo => {
     orderKeyPrefix: 'orderKey:',
   };
   config.redisTimeout = 3600;
-
+  config.errcode = {
+    groupJoinRefund: -111,
+  };
   return {
     ...config,
     ...userConfig,