dedsudiyu 1 week ago
parent
commit
9bf0cd9da8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/api/index.js

+ 1 - 1
pages/api/index.js

@@ -13,7 +13,7 @@ export const login = (data) => {
 //供应商登录
 export const gasSupplierLogin = (data) => {
 	return apiResquest({
-		url: `/auth/gasSupplierLogin`,
+		url: `/auth/gasSupplierAppletLogin`,
 		method: 'POST',
 		data: { ...data }
 	})