Commit dfa9fa25 authored by 徐光星's avatar 徐光星

Merge branch 'feat/api' into 'master'

feat: 调整生成schema参数

See merge request !17
parents e622b855 cd5dd612
...@@ -45,10 +45,10 @@ export default { ...@@ -45,10 +45,10 @@ export default {
}); });
}, },
getScheme(params) { getScheme(params) {
return http.get( return http.post(
`${yxmGateway}/api/kdsp/ka/info/getShareMiniUrl`, `${yxmGateway}/api/kdsp/ka/info/getShareMiniUrl`,
params,
{ {
params,
headers: { headers: {
'qg-tenant-id': 560761, // 羊小咩租户ID 'qg-tenant-id': 560761, // 羊小咩租户ID
'mini-app-id': MINI_APP_ID // 羊小咩小程序appid 'mini-app-id': MINI_APP_ID // 羊小咩小程序appid
......
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