Commit f19e5a36 authored by 罗超's avatar 罗超

修改接口信息

parent 931eab1a
...@@ -786,8 +786,9 @@ ...@@ -786,8 +786,9 @@
// 获取公司认证信息 // 获取公司认证信息
getComponyStatus() { getComponyStatus() {
let that = this let that = this
const url = this.mall_UserInfo.TenantId==18?'/api/AppletTrade/GetCommpanyStatus':'/api/AppletTrade/GetCommpanyEnterpriseStatus'
let parms = { let parms = {
url: "/api/AppletTrade/GetCommpanyStatus", url,
} }
this.request2(parms, (res) => { this.request2(parms, (res) => {
if (res.resultCode == 1 && res.data != null) { if (res.resultCode == 1 && res.data != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment