shm-open / code-push-server

CodePush service is an app hot update service which is compatible with react-native-code-push and other CodePush clients
MIT License
191 stars 53 forks source link

安卓在调用 update_check 时。 #233

Open zxymgl opened 1 year ago

zxymgl commented 1 year ago

接口报错304.

zxymgl commented 1 year ago

只在安卓App 内部调用时。有这个问题。 我通过浏览器访问。接口是正常返回

rocwind commented 1 year ago

@zxymgl 如果指的是收到304 Not Modified, 可能是因为本地有有效的缓存. 可以试试把安卓App的数据都清空, 然后再执行一下看看有没有正常的 200 OK.