瀏覽代碼

feat:接口加前缀

wangxiaogang 3 年之前
父節點
當前提交
21ad3f71f9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/staticres/public-pc/js/pc-bottom.js

+ 1 - 1
src/web/staticres/public-pc/js/pc-bottom.js

@@ -77,7 +77,7 @@ var kfType = {}
 function kfContact() {
   /* 客服咨询 */
   $.post({
-    url: '/message/obtainShunt',// 分流
+    url: '/jyapi/message/obtainShunt',// 分流
     type: 'POST',
     data: JSON.stringify({type: 'PC'}),
     contentType: 'application/json',