TI-API: 已申请了API 密钥和访问权限,测试系统可以获得访问和返回,正式系统会返回错误的问题

Part Number: TI-API
Other Parts Discussed in Thread: AFE7799

E2E ENG:

我们申请了 TI API 密钥和访问权限,并开始进行编码调试,现在有如下问题:

测试系统可以获得访问和返回,正式系统会返回错误

":{"faultstring":"Invalid">transact.ti.com/.../products API call as no apiproduct match found","detail":{"errorcode":"keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"}}}。

API 申请审批如下图

与CSC沟通,反馈如下图:

请协助我们处理一下,谢谢。

  • 麻烦您提供一下正式环境调用的接口以及您所填写的客户邮箱,谢谢。

  • 相关信息如下,请帮忙分析问题,谢谢。

    客户邮箱为zhengyt@hnthinker.com。

    测试系统账号调用:

    1.我调用Post url=":">transact-pre.ti.com/.../token获取token,token正常返回,"scope": "",为空,其他均有值;

    2.用返回的token调用接口

    GET transact-pre.ti.com/.../products

    返回{"Content":[{"Manufacturer":"Texas Instruments","ProductIdentifier":"AFE7799IABJ","GenericProductIdentifier":"AFE7799","BuyNowURL":"https://www.ti.com/product/AFE7799/part-details/AFE7799IABJ","Quantity":0,"Pricing":[{"Currency":"USD","PriceBreaks":[{"PriceBreakQuantity":1,"Price":729.928},{"PriceBreakQuantity":100,"Price":660.71},{"PriceBreakQuantity":250,"Price":641.833},{"PriceBreakQuantity":1000,"Price":629.248}]}],"Description":"Quad-channel RF transceiver with dual feedback paths","MinimumOrderQuantity":1,"StandardPackQuantity":90,"ExportControlClassificationNumber":"5A991B","HtsCode":"8542390001","PinCount":400,"PackageType":"AFE7799IABJ_400_FCBGA_ABJ","PackageCarrier":"TRAY","CustomReel":false,"LifeCycle":"ACTIVE"}],"Pageable":{"Sort":{"Sorted":false,"Unsorted":true,"Empty":true},"PageNumber":0,"PageSize":10,"Offset":0,"Unpaged":false,"Paged":true},"Last":true,"TotalPages":1,"TotalElements":1,"Sort":{"Sorted":false,"Unsorted":true,"Empty":true},"First":true,"NumberOfElements":1,"Size":10,"Number":0,"Empty":false};

    正式系统账号调用:1.我调用Post url=":">transact.ti.com/.../token获取token,token正常返回,但"scope": "","developer.email": "",均为空;

    2.用返回的token调用接口

    GET transact.ti.com/.../products

    {"fault":{"faultstring":"Invalid API call as no apiproduct match found","detail":{"errorcode":"keymanagement.service.InvalidAPICallAsNoApiProductMatchFound"}}}。

  • Hi Yintang,

    请问你这个接口是什么时候申请以及approve的?我看到您7月份正式环境里的Product Information API 还处于pending状态