mtn写入9esim,最近插卡使用无法获取信号,app能登录,也能购买流量等操作,历史记录也正常,应该不是被找回。查阅资料发现这个 https://www.nodeseek.com/post-792811-1 帖子,里面说到mtn的lpa地址从sm-v4-068-nia-gtm.pr.go-esim.com 换到了 rsp.invigo.com,然后查看9esim里的通知和卡信息,确实是sm-v4-068-nia-gtm.pr.go-esim.com服务器,通知发送不出去,导出cURL后,有以下内容。
curl -X POST "https://sm-v4-068-nia-gtm.pr.go-esim.com/gsma/rsp2/es9plus/handleNotification" \
-H "User-Agent: gsma-rsp-lpad" \
-H "Content-Type: application/json" \
-H "X-Admin-Protocol: gsma/rsp/v2.2.0" \
-k -d '{"pendingNotification": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"}'
将这个cURL在尼区vps上执行后,提示
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL was not found on this server.</p>
</body></html>
应该就是服务器更改原因造成的?
我是否可以更改正确的服务器地址后,成功发送通知?
有没有大佬帮忙看看新服务器地址和路径完整地址?