فهرست منبع

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',