根据应用id获取应用信息
| 名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
|---|---|---|---|---|---|
| app_id | String | 必须 | xxxxx | 应用id | |
| supplyments | String | 可选 | xxxxx | 附录,非必填 |
| 名称 | 类型 | 示例值 | 描述 |
|---|---|---|---|
| object | Application | 应用详情 | |
|
|||
| successful | Boolean | true | successful |
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAoneAppcenterAppinfoGetbyidRequest req = new AlibabaAoneAppcenterAppinfoGetbyidRequest();
req.setAppId("xxxxx");
req.setSupplyments("xxxxx");
AlibabaAoneAppcenterAppinfoGetbyidResponse rsp = client.execute(req);
System.out.println(rsp.getBody());
<alibaba_aone_appcenter_appinfo_getbyid_response>
<object>
<product_fullline_id_path>17291_24875</product_fullline_id_path>
<description>持牌侧风控基础系统</description>
<runtime_app_name>icbu-fund-serverless-foundation</runtime_app_name>
<runtime_app_id>241840</runtime_app_id>
<appops>
<appops>
<buc_id>2239850</buc_id>
<emp_id>328345</emp_id>
<first_name>清观</first_name>
<email_addr>gulinzhou.glz@alibaba-inc.com</email_addr>
<user_name>gulinzhou.glz</user_name>
<email_prefix>gulinzhou.glz</email_prefix>
</appops>
</appops>
<aone_id>204599</aone_id>
<app_type>developmentApp</app_type>
<id>204599</id>
<is_with_state>0</is_with_state>
<product_fullline>ICBU/一达通/持牌系统</product_fullline>
<bu_id>51</bu_id>
<owner>
<owner>
<buc_id>2195333</buc_id>
<emp_id>317456</emp_id>
<first_name>君与</first_name>
<email_addr>zhushiqing.zsq@alibaba-inc.com</email_addr>
<user_name>zhushiqing.zsq</user_name>
<email_prefix>zhushiqing.zsq</email_prefix>
</owner>
</owner>
<product>持牌系统</product>
<deploy_way>serverless</deploy_way>
<product_id>24875</product_id>
<level>GRADE2</level>
<gmt_create>1659515055000</gmt_create>
<devloy_type>aol</devloy_type>
<fin_secure_level>L1</fin_secure_level>
<data_secure_level>L1</data_secure_level>
<product_line>一达通</product_line>
<pe>
<pe>
<buc_id>1934899</buc_id>
<emp_id>269911</emp_id>
<first_name>良猛</first_name>
<email_addr>guanghua.sgh@antgroup.com</email_addr>
<user_name>guanghua.sgh</user_name>
<email_prefix>guanghua.sgh</email_prefix>
</pe>
</pe>
<name>zeroers-bq7</name>
<bu_group>ICBU</bu_group>
<dev_t_l>
<dev_t_l>
<buc_id>72</buc_id>
<emp_id>67529</emp_id>
<first_name>佑二</first_name>
<email_addr>yuuji.wangx@alibaba-inc.com</email_addr>
<user_name>yuuji.wangx</user_name>
<email_prefix>yuuji.wangx</email_prefix>
</dev_t_l>
</dev_t_l>
<test_t_l>
<test_t_l>
<buc_id>347127</buc_id>
<emp_id>149806</emp_id>
<first_name>尘峰</first_name>
<email_addr>chenfeng.lw@alibaba-inc.com</email_addr>
<user_name>chenfeng.lw</user_name>
<email_prefix>chenfeng.lw</email_prefix>
</test_t_l>
</test_t_l>
<deploy_container_type>alidocker</deploy_container_type>
<status>ONLINE</status>
</object>
<successful>true</successful>
</alibaba_aone_appcenter_appinfo_getbyid_response>
<error_response>
<code>50</code>
<msg>Remote service error</msg>
<sub_code>isv.invalid-parameter</sub_code>
<sub_msg>非法参数</sub_msg>
</error_response>
| 错误码 | 错误描述 | 解决方案 |
|---|