We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在docker中对demo发起请求: curl --location --request POST 'http://172.17.0.2:28881/gateway/api/register' --header 'Content-Type: application/json' --data '{"mobile":"15558172233","password":"123456","nickName":"name-1000033","email":"1000000033@qq.com","birthDay":"2000-11-05","provinceName":"浙江","cityName":"杭州"}' 一直无响应 加上了--header 'User-Agent:PerfomanceTest' 头后显示必须是白名单,要对应用配置白名单
curl --location --request POST 'http://172.17.0.2:28881/gateway/api/register' --header 'Content-Type: application/json' --data '{"mobile":"15558172233","password":"123456","nickName":"name-1000033","email":"1000000033@qq.com","birthDay":"2000-11-05","provinceName":"浙江","cityName":"杭州"}'
但设置白名单后是这个样子: 请问如何解决啊
The text was updated successfully, but these errors were encountered:
看一下该应用是否正常
Sorry, something went wrong.
No branches or pull requests
在docker中对demo发起请求:
curl --location --request POST 'http://172.17.0.2:28881/gateway/api/register' --header 'Content-Type: application/json' --data '{"mobile":"15558172233","password":"123456","nickName":"name-1000033","email":"1000000033@qq.com","birthDay":"2000-11-05","provinceName":"浙江","cityName":"杭州"}'
一直无响应
加上了--header 'User-Agent:PerfomanceTest' 头后显示必须是白名单,要对应用配置白名单
但设置白名单后是这个样子:
请问如何解决啊
The text was updated successfully, but these errors were encountered: