huayandong

update doc api

@@ -134,3 +134,29 @@ CLASS_ONLINE_US_010N; @@ -134,3 +134,29 @@ CLASS_ONLINE_US_010N;
134 ] 134 ]
135 } 135 }
136 ``` 136 ```
  137 +
  138 +
  139 +##### 8. 【APP接口,在原有接口的返回体中增加资源数据】未购买用户首页banner位置显示图片 和 网页
  140 +
  141 +- URL: {{localhost}}/boxfish-wudaokou-user/ticket/BOXFISH_RESOURCE_IMAGE?access_token=Bb6HtBFHDw
  142 +
  143 +-ResponseBody:
  144 +
  145 +```json5
  146 +{
  147 + "advanced_banner_image_pad": "https://avatars.boxfish.cn/app_resources/harvard_page_image_ipad.png",
  148 + "index_advertisement_url": "https://www.boxfish.cn/share/market/sihui.html",
  149 + "index_advertisement_phone": "https://avatars.boxfish.cn/app_resources/index_advertisement_iphone_0702.png",
  150 + "advanced_banner_image_phone": "https://avatars.boxfish.cn/app_resources/harvard_page_image_ihone.png",
  151 + "advanced_banner_image_url": "https://www.boxfish.cn/share/market/harvard.html",
  152 + "index_advertisement_pad": "https://avatars.boxfish.cn/app_resources/index_advertisement_ipad_0702.png",
  153 + "advanced_index_image_phone": "https://avatars.boxfish.cn/app_resources/index_top_image_iphone_0614.png",
  154 + "advanced_index_image_pad": "https://avatars.boxfish.cn/app_resources/index_top_image_ipad_0614.png",
  155 +
  156 + // 首页未购买用户banner位置 显示图片和购买链接,20190703
  157 + "index_unPurchase_banner_url": "https://www.boxfish.cn/share/market/harvard.html",
  158 + "index_unPurchase_banner_image_pad": "https://avatars.boxfish.cn/app_resources/harvard_page_image_ipad.png"
  159 + "index_unPurchase_banner_image_phone": "https://avatars.boxfish.cn/app_resources/harvard_page_image_ihone.png",
  160 +}
  161 +```
  162 +