我想为用户订阅我的 Ideamart 移动应用程序。这是我发送给ideamart API的示例请求
{
"applicationId": "APP_01234",
"password": "xxxxx",
"action": "1",
"subscriberId": "tel:94761234567"
}
这是我得到的回应
{
"statusDetail": "Format of the address is invalid.",
"version": "1.0",
"statusCode": "E1325"
}
我应该如何解决这个问题?