本文介绍了如何获得endpointId和instanceId?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
使用endpointid和instanceId获取应用程序是什么?我正在尝试随机值,但没有得到响应。这是我传递的JSON字符串。
{
"培养" :"en-us",
"&的EndpointId QUOT; :"123456",
"实例Id" :"12345",
"&的userAgent QUOT; :"UCWA SAmples"
}
回复:
{
"code":"NotFound","
"message":"无法找到所请求的资源。""
}
解决方案
Hi,
what is use of endpointid and instanceId to get the application ? I am trying random values but not getting the response. Here is JSON String that I am passing.
{
"culture" : "en-us",
"endpointId" : "123456",
"instanceId" : "12345",
"userAgent" : "UCWA SAmples"
}
RESPONSE :
{"code": "NotFound",
"message": "The requested resource couldn't be found."
}
解决方案
这篇关于如何获得endpointId和instanceId?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!