你的 MIX2 android 版本是多少
Charles 官网说明 https://www.charlesproxy.com/documentation/using-charles/ssl-certificates/
Android
As of Android N, you need to add configuration to your app in order to have it trust the SSL certificates generated by Charles SSL Proxying. This means that you can only use SSL Proxying with apps that you control.
In order to configure your app to trust Charles, you need to add a Network Security Configuration File to your app. This file can override the system default, enabling your app to trust user installed CA certificates (e.g. the Charles Root Certificate). You can specify that this only applies in debug builds of your application, so that production builds use the default trust profile.
https 自己的是什么
ok 明白了
搞出来的示例
tests 中填写
var jsonData = JSON.parse(responseBody);
postman.setEnvironmentVariable("prd", jsonData.data[0].ip);
值的部分不要加引号
WARN - jmeter.protocol.http.visualizers.RequestViewHTTP: Error decoding query, maybe your request parameters should be encoded:
参数要 encode?
还有一个 ERROR
ERROR - jmeter.JMeter: Uncaught exception: java.lang.NullPointerException