فهرست منبع

feat:分流接口配置jyapi前缀

tsz 3 سال پیش
والد
کامیت
59148c233f
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      src/jfw/modules/app/src/web/templates/me/customer.html
  2. 1 1
      src/web/templates/big-member/wx/page_customer.html

+ 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) {