Ver código fonte

bug:支付回调变成了开发模式

lrf 2 anos atrás
pai
commit
b7b8f7610a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      config/config.default.js

+ 1 - 1
config/config.default.js

@@ -85,7 +85,7 @@ module.exports = appInfo => {
   config.routePrefix = '/point/v1/api';
   // 支付路由回调设置
   config.payReturn = {
-    order: '/dev/point/v1/api/pay/order',
+    order: '/point/v1/api/pay/order',
   };
 
   // http请求前缀