lrf 2 năm trước cách đây
mục cha
commit
5c0ff8d011
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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,