index.json 324 B

1234567891011121314151617181920
  1. {
  2. "code": 200,
  3. "msg": "成功",
  4. "data": {
  5. "logo": "/static/logo.png",
  6. "theme": {
  7. "brandColor": "#e3452f"
  8. },
  9. "service": {
  10. "flashdeliver": {
  11. "theme": {
  12. "brandColor": "#ff9400"
  13. },
  14. "tabBar": {
  15. "selectedColor": "#027cff"
  16. }
  17. }
  18. }
  19. }
  20. }