@@ -103,7 +103,7 @@ export function getTicketFun(jsApiList = ['getLocation'], configType = 'config')
params.agent = 1;
}
// 获取签名
- getTicket(paramss).then((response) => {
+ getTicket(params).then((response) => {
console.log(response);
toastLoading().clear();
if (response.code == 200) {