11 lines
195 B
JavaScript
11 lines
195 B
JavaScript
/**
|
|
* 获取微信SchemeURL
|
|
*/
|
|
import http from '../utils/http'
|
|
|
|
export function GetScheme() {
|
|
return http({
|
|
url: '/api/admin/shop/wxqrcode/common/wxurlscheme',
|
|
method: 'post',
|
|
})
|
|
} |