Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Fedex
/
EcomWeb
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
zhanbo.xu
2025-03-18 16:52:19 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e26fb9df8d157b298ee4f6384c56bf51ede7b79d
e26fb9df
1 parent
5fac1761
feat: 修改接口
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/system/customer-ai.js
src/api/system/customer-ai.js
View file @
e26fb9d
...
...
@@ -188,7 +188,7 @@ export function updateCustomerData(data) {
// /portInfo
export
function
getPortInfo
(
data
)
{
return
request
({
url
:
"/bus-customer/portInfo"
,
url
:
"/bus-customer/portInfo
/getAllPort
"
,
method
:
"get"
,
data
:
data
,
});
...
...
Please
register
or
login
to post a comment