0

I would like to know if it is possible to change dynamic image service root path instead of accessing image like this http://your_app_id.appspot.com/randomStringImageId i would like to access it by http://your_app_id.appspot.com/i/randomStringImageId.

4

1 回答 1

1

我相信这只是一个例子。由 get_serving_url() 创建的实际 url 从 google 的域之一运行,它们看起来更像:

http://lh1.ggpht.com/xpRnv7oOGXWKZzNZ1PqOiAz5s1cnA0Nd6dycoiwojULlMNK8ziqb9G_jc8kpD0IGewcFOrxJwBS04m23u2X9oPA

不,你不能修改它们。

但是,您可以在http://your_app_id.appspot.com/i/编写自己的处理程序,以将请求重定向到实际的图像 URL。

于 2013-11-15T19:06:56.663 回答