...
|
...
|
@@ -69,7 +69,7 @@ module.exports={ |
|
|
}, function (error2, httpResponse2, rebody2) {
|
|
|
|
|
|
if (!error2 && httpResponse2.statusCode == 200) {
|
|
|
console.log("调用权限");
|
|
|
console.log("调用权限",rebody2);
|
|
|
userInfo.right = {};
|
|
|
JSON.parse(rebody2).data.forEach(function (data) {
|
|
|
if (data.platform_id == Iaccount.WEBSITE) {
|
...
|
...
|
|