我服务端启动是:https://static.wildfirechat.cn/distribution-latest-bundle-tar.tar.gz
demo启动是是:https://static.wildfirechat.cn/app-server-release-latest.tar.gz
curl http://localhost/api/version正常返回
{
"tags":"null",
"branch":"wildfirechat",
"dirty":"null",
"remoteOriginUrl":"git@github.com:wildfirechat/im-server.git",
"commitId":"null",
"commitIdAbbrev":"4895f03",
"describe":"1.2.5-7-g4895f03-dirty",
"describeShort":"null",
"commitUserName":"heavyrian2012",
"commitUserEmail":"heavyrain.lee@wildfirehat.cn",
"commitMessageFull":"version and release note\n",
"commitMessageShort":"version and release note",
"commitTime":"20240505153606",
"closestTagName":"null",
"closestTagCommitCount":"null",
"buildUserName":"heavyrian2012",
"buildUserEmail":"heavyrain.lee@wildfirehat.cn",
"buildTime":"20240505153652",
"buildHost":"null",
"buildVersion":"null",
"runTime":384
}
检查了一直没有任何异常
配置文件默认,没有改
我发送的请求是:http://18.166.66.237/send_code
{"mobile":"17600662222"}
Proxy
href: "http://127.0.0.1:7890/"
Network
Request Headers
Content-Type: application/json
User-Agent: PostmanRuntime/7.38.0
Accept: /
Postman-Token: 7a659a9e-85ce-4324-8d0b-1de5d9dab3ed
Host: 18.166.66.237
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Content-Length: 24
Request Body
Response Headers
Connection: close
Content-Length: 0
Content-Encoding: utf-8
Content-Type: application/json;charset=utf-8
Response Body
一直返回500,没有任何报错,请问这是什么原因???
server端直接下载的链接,没有改什么东西
安卓也是直接编译的,需要改哪些地方的配置?