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

feat: 调整生成schema参数

parent e622b855
...@@ -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