Explorar el Código

feat: renewToken 接口需要添加一个 sceneUrl 参数

jinx hace 3 años
padre
commit
d5ee65f8e9

+ 1 - 0
platform-admin/src/main/webapp/js/shop/brand.js

@@ -150,6 +150,7 @@ function open_4dkankan(url, sceneNum) {
       token: token,
       userName: mobile,
       sceneNum: sceneNum,
+      sceneUrl: url,
     }),
     contentType: 'application/json',
 

+ 1 - 0
platform-admin/src/main/webapp/js/shop/sceneAllocation.js

@@ -156,6 +156,7 @@ function open_4dkankan(url, sceneNum) {
       token: token,
       userName: mobile,
       sceneNum: sceneNum,
+      sceneUrl: url,
     }),
     contentType: 'application/json',