option.php 712 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'supports' => [
  4. 'com.beidao.kuaiying.zsy' => [
  5. 'customerAccount' => 'zhenzhenyd',
  6. 'customerImage' => 'https://cdn-novel.iycdm.com/static/img/kefu20190331.png'
  7. ],
  8. 'com.app.kyy.xjxs' => [
  9. 'customerAccount' => 'youyou1552',
  10. 'customerImage' => 'http://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/service/customimage_868_1552544217.%E5%AE%A2%E6%9C%8D.jpg'
  11. ],
  12. 'com.juyu.kuaiying.rmyq' => [
  13. 'customerAccount' => 'youyou1552',
  14. 'customerImage' => 'http://zhuishuyun.oss-cn-hangzhou.aliyuncs.com/service/customimage_868_1552544217.%E5%AE%A2%E6%9C%8D.jpg'
  15. ],
  16. ]
  17. ];