|
def json = '{"tenant_code":"XXX","user_name":"XX","password":"X","skip_duplicate_entries":true,"type":"0"}';
// 发起请求
HTTPResponse result = request.POST("<a href="http://192.XXX.XX.XXX:XXXX/XXX/XX/login">http://192.XXX.XX.XXX:XXXX/XXX/XX/login", json.getBytes(), headers());
|