|
我感觉是我录制的Action有问题 但是我是新手不知道是不是我把代码贴出来 大侠指点下:
Action()
{
lr_start_transaction("写邮件");
lr_think_time(21);
web_url("pv.gif",
"URL=http://pv.sohu.com/pv.gif?t?_1258522952611?r?=http://mail.sohu.com/bapp/95/composemail",
"Resource=1",
"RecContentType=image/gif",
"Referer=http://mail.sohu.com/bapp/95/main",
LAST);
web_url("icon_top1.gif",
"URL=http://js.sohu.com/mail/webapp.200909/skin/all/icon_top1.gif",
"Resource=1",
"RecContentType=image/gif",
"Referer=http://mail.sohu.com/bapp/95/main",
"Snapshot=t12.inf",
LAST);
web_add_cookie("ppmdig=-127322141368dba3799d272348957ecc97c40f9888; DOMAIN=mail.sohu.com");
web_add_cookie("ppmdig=-12232550858820d86104b6483d723f715f8e4c32b1; DOMAIN=mail.sohu.com");
lr_think_time(8);
web_custom_request("mail",
"URL=http://mail.sohu.com/bapp/95/mail",
"Method=POST",
"Resource=0",
"RecContentType=text/html",
"Referer=http://mail.sohu.com/bapp/95/main#writeMail",
"Snapshot=t13.inf",
"Mode=HTML",
"EncType=application/x-www-form-urlencoded; charset=UTF-8",
"Body=id=0&stationery=&is_send=1&is_html=1&subject=this%20is%20mail%20test&from={userId}%40sohu.com&fullname=&to={userId}%40sohu.com&cc=&bcc=&html=%3CBR%3Ethis%20is%20a%20test&text=this%20is%20a%20test&addressbook_use_flag=0&addressbook_use_list=0&env="
"%7B%22attach%22%3A%20%5B%5D%2C%20%22original_id%22%3A%200%2C%20%22draft_type%22%3A%200%2C%20%22message_id%22%3A%20%22%22%2C%20%22references%22%3A%20%5B%5D%2C%20%22reply_to%22%3A%20%5B%5D%2C%20%22in_reply_to%22%3A%20%5B%5D%2C%20%22mail_followup_to%22%3A%20%5B%5D%2C%20%22save_after_send%22%3A%201%2C%20%22save_to_addressbook%22%3A%201%2C%20%22thread%22%3A%200%7D&securityCode="
"UPJPCLALHCPLCLHCUPCLALYCUPCLHCACPLAPUCSCUPCLYLHCUPCLYPCLYPULHLYCAPNLYCAPNLYPLCSLYCAPNLYPULALYCAPNLYPLCALYPECACPLAPCPLCPLCPUCUPCLHCACPLAPUCSLYCAPELYLALSCPLCPUCUPCLHLSLYCALSLYPULHLYPLCPLYPLPELYPLCPLYPULHLYPULHLYPLCSLYLAPULYLAPULYCAPNLYCAPNLYPLPC&single=0&sendtime=1258522977003&_method=put", EXTRARES,
"Url=/score/getscoreinfo", "Referer=http://mail.sohu.com/bapp/95/main#writeMail", ENDITEM,
LAST);
web_add_cookie("ppmdig=-1223021235b2aa4f9f883f077daeb9b0347f001068; DOMAIN=mail.sohu.com");
web_url("success.htm",
"URL=http://ad.mail.sohu.com/mail/success.htm?1258522924826",
"Resource=0",
"RecContentType=text/html",
"Referer=http://mail.sohu.com/bapp/95/main",
"Snapshot=t14.inf",
"Mode=HTML",
EXTRARES,
"Url=http://mail.sohu.com/jsoplog/log?uc=|mailwrite&r=825599", "Referer=http://mail.sohu.com/bapp/95/main", ENDITEM,
LAST);
lr_end_transaction("写邮件",LR_AUTO);
return 0;
} |
|