Skip to content

Instantly share code, notes, and snippets.

@crossgate10
Created September 15, 2021 02:26
Show Gist options
  • Save crossgate10/1ce71fb3725e8f12c319041d289490ff to your computer and use it in GitHub Desktop.
Save crossgate10/1ce71fb3725e8f12c319041d289490ff to your computer and use it in GitHub Desktop.
// js 最高就到 56 位,加上雙引號改成字串
var resp = responseBody.replace(/([0-9]{8,100})/g, '\"$1\"');
var jsonData = JSON.parse(resp);
postman.setEnvironmentVariable("accountID", jsonData.data.accountID);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment