瀏覽代碼

feat:分流接口配置jyapi前缀

tsz 3 年之前
父節點
當前提交
59148c233f

+ 1 - 1
src/jfw/modules/app/src/web/templates/me/customer.html

@@ -53,7 +53,7 @@
       type: 'APP'
     })
     $.post({
-      url: '/message/obtainShunt',
+      url: '/jyapi/message/obtainShunt',
       contentType: 'application/json',
       data: typeModel,
       success: function(res) {

+ 1 - 1
src/web/templates/big-member/wx/page_customer.html

@@ -63,7 +63,7 @@
       type: 'WX'
     })
     $.post({
-      url: '/message/obtainShunt',
+      url: '/jyapi/message/obtainShunt',
       contentType: 'application/json',
       data: typeModel,
       success: function(res) {