aviatorscript
aviatorscript copied to clipboard
请教一个getVariableFullNames的问题
let appkey = get_appkey("com.sankuai.aaa.bbb.ccc"); if appkey != nil{ return appkey.serviceLevel; } return nil;
getVariableFullNames返回["appkey.serviceLevel"],与预期为[]不一致,请问是feature还是bug