标签:case inf project groov type and auth bubuko val
def token_type =context.expand (‘${#Project#token_type}‘)
def access_token = context.expand(‘${#Project#access_token}‘)
def Authorization=token_type+" "+access_token
//testRunner.testCase.setPropertyValue( token_type+" "+access_token, context.expand(‘${#Project#Authorization}‘) )
//def timestamp = String.valueOf(System.currentTimeMillis());
return Authorization
标签:case inf project groov type and auth bubuko val
原文地址:https://www.cnblogs.com/gqhwk/p/9560682.html