huayandong

update doc api

... ... @@ -134,3 +134,29 @@ CLASS_ONLINE_US_010N;
]
}
```
##### 8. 【APP接口,在原有接口的返回体中增加资源数据】未购买用户首页banner位置显示图片 和 网页
- URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_IMAGE?access_token=Bb6HtBFHDw
-ResponseBody:
```json5
{
"advanced_banner_image_pad": "https://avatars.boxfish.cn/app_resources/harvard_page_image_ipad.png",
"index_advertisement_url": "https://www.boxfish.cn/share/market/sihui.html",
"index_advertisement_phone": "https://avatars.boxfish.cn/app_resources/index_advertisement_iphone_0702.png",
"advanced_banner_image_phone": "https://avatars.boxfish.cn/app_resources/harvard_page_image_ihone.png",
"advanced_banner_image_url": "https://www.boxfish.cn/share/market/harvard.html",
"index_advertisement_pad": "https://avatars.boxfish.cn/app_resources/index_advertisement_ipad_0702.png",
"advanced_index_image_phone": "https://avatars.boxfish.cn/app_resources/index_top_image_iphone_0614.png",
"advanced_index_image_pad": "https://avatars.boxfish.cn/app_resources/index_top_image_ipad_0614.png",
// 首页未购买用户banner位置 显示图片和购买链接,20190703
"index_unPurchase_banner_url": "https://www.boxfish.cn/share/market/harvard.html",
"index_unPurchase_banner_image_pad": "https://avatars.boxfish.cn/app_resources/harvard_page_image_ipad.png"
"index_unPurchase_banner_image_phone": "https://avatars.boxfish.cn/app_resources/harvard_page_image_ihone.png",
}
```
... ...