mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
将推送第三方平台改为可推送多个平台
This commit is contained in:
@@ -105,9 +105,9 @@ export function updateStationQRCodePrefix(data) {
|
||||
* @param id
|
||||
* @returns {AxiosPromise}
|
||||
*/
|
||||
export function getSettingByStationId(id) {
|
||||
export function getRelationByStationId(id) {
|
||||
return request({
|
||||
url: "/pile/station/getSettingByStationId/" + id,
|
||||
url: "/pile/station/getRelationByStationId/" + id,
|
||||
method: "get",
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user