|
|
@@ -26,7 +26,7 @@ class TencentDeploy extends Component {
|
|
|
this._isMounted = true;
|
|
|
let {userID} = this.state;
|
|
|
if (userID !== 'demo') {
|
|
|
- request(graphqlUrl, SHOW_APIGROUP, {userID}).then(res => {
|
|
|
+ request(graphqlUrl, SHOW_APIGROUP, {user_id: userID}).then(res => {
|
|
|
let allDeployed = res.apiGWGroupbyprops;
|
|
|
let deployed = allDeployed.filter(deployed =>
|
|
|
deployed.cloud_id.cloudName === 'tencent'
|