Browse Source

多项目

xiongzhu 4 years ago
parent
commit
8472fe1a19
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/templates/AlipayHtml.ftlh

+ 2 - 2
src/main/resources/templates/AlipayHtml.ftlh

@@ -157,10 +157,10 @@
             if (data.status !== 'NOT_PAID') {
                 switch (data.projectId) {
                     case 0:
-                        window.location = '/cosmos/orderDetail?id=${orderId}';
+                        window.location = '/9th/orderDetail?id=${orderId}';
                         break;
                     case 1:
-                        window.location = '/9th/orderDetail?id=${orderId}';
+                        window.location = '/cosmos/orderDetail?id=${orderId}';
                         break;
                 }